-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathhowto.Rmd
87 lines (49 loc) · 2.38 KB
/
howto.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
title: 'How-to'
output:
html_document:
css: custom.css
toc: no
---
```{r, include=FALSE}
library(htmltools)
suppressPackageStartupMessages(library(htmltools))
source('utils.R')
source('reveal.R')
```
\
Short how-to videos to get you started with some important topics.
\
## Installing R and RStudio {#install-vid}
<iframe src="https://player.vimeo.com/video/415501284" width="640" height="436" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\
## RStudio orientation {#rstudio-vid}
<iframe src="https://player.vimeo.com/video/416391353" width="640" height="381" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\
## RStudio Projects {#rstudio_proj-vid}
<iframe src="https://player.vimeo.com/video/460932720" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\
## Using functions {#func-vid}
<iframe src="https://player.vimeo.com/video/429606516" width="640" height="480" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\
## Objects in R {#objs-vid}
<iframe src="https://player.vimeo.com/video/416902337" width="640" height="381" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\
## Creating vectors in R {#vec-vid}
<iframe src="https://player.vimeo.com/video/417242115" width="640" height="381" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\
## Working with vectors in R {#vec2-vid}
<iframe src="https://player.vimeo.com/video/417383457" width="640" height="381" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\
## Installing packages in R {#pack-vid}
<iframe src="https://player.vimeo.com/video/416743698" width="640" height="381" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\
## Data frames in R {#dataf-vid}
<iframe src="https://player.vimeo.com/video/417627087" width="640" height="380" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\
## Importing data in R {#import-vid}
<iframe src="https://player.vimeo.com/video/417783856" width="640" height="480" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\
## Data wrangling using R {#dataw-vid}
<iframe src="https://player.vimeo.com/video/418087983" width="640" height="480" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
\