Skip to content

Commit

Permalink
Issue datacarpentry#88 of r-intro-geospatial: Adds comma notation to …
Browse files Browse the repository at this point in the history
…lesson 5, line 319
  • Loading branch information
Durand Sinclair committed Dec 20, 2020
1 parent 7cef7c9 commit f0517f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes_rmd/05-data-subsetting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ apply. However they are also two dimensional objects:
element corresponds to a column. The resulting object will be a data frame:
```{r}
head(gapminder[3])
head(gapminder[,3])
```
Similarly, `[[` will act to extract *a single column*:
Expand Down

0 comments on commit f0517f0

Please sign in to comment.