Update global.R
Browse files
global.R
CHANGED
@@ -28,7 +28,7 @@ head(x)
|
|
28 |
mean(x)
|
29 |
```
|
30 |
## Seccion 2
|
31 |
-
you can
|
32 |
```{r}
|
33 |
library(magrittr)
|
34 |
library(datasets)
|
@@ -42,10 +42,10 @@ iris %>%
|
|
42 |
group_by(Species) %>%
|
43 |
summarise(mean = mean(Sepal.Length), sd = sd(Sepal.Length))
|
44 |
```
|
45 |
-
## Secci贸n
|
46 |
-
|
47 |
```{r}
|
48 |
-
#
|
49 |
```
|
50 |
"
|
51 |
|
|
|
28 |
mean(x)
|
29 |
```
|
30 |
## Seccion 2
|
31 |
+
you can use datasets and some libraries
|
32 |
```{r}
|
33 |
library(magrittr)
|
34 |
library(datasets)
|
|
|
42 |
group_by(Species) %>%
|
43 |
summarise(mean = mean(Sepal.Length), sd = sd(Sepal.Length))
|
44 |
```
|
45 |
+
## Secci贸n 3
|
46 |
+
Now it's your turn, build a simple chunk.
|
47 |
```{r}
|
48 |
+
# Write here something
|
49 |
```
|
50 |
"
|
51 |
|