-
Notifications
You must be signed in to change notification settings - Fork 6
/
Tutorials.Rmd
66 lines (41 loc) · 1.07 KB
/
Tutorials.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
title: "Tutorials"
output:
html_document:
toc: false
---
\
Self-contained tutorials on some more advanced topics. Most of this material has now been incorporated into our [Introduction to R book](https://intro2r.com).
\
\
\
<div style= "float:left;position: relative; top: -15px;">
```{r, out.width = "150px", out.extra='style="padding:30px;"', echo = FALSE}
knitr::include_graphics("images/rstudio_2.png")
```
</div>
\
[Setting up an RStudio project](project_setup.html)
\
\
\
\
<div style= "float:left;position: relative; top: -35px;">
```{r, out.width = "150px", out.extra='style="padding:30px;"', echo = FALSE}
knitr::include_graphics("images/rmarkdown.png")
```
</div>
\
[Introduction to reproducible reports using R markdown](Rmarkdown_intro.html)
\
\
\
\
<div style= "float:left;position: relative; top: -15px;">
```{r, out.width = "150px", out.extra='style="padding:30px;"', echo = FALSE}
knitr::include_graphics("images/github.png")
```
</div>
\
[Introduction to version control using Git and GitHub](Github_intro.html)
\