Skip to content

Commit 7f4ebb9

Browse files
lobjs intro
1 parent bb240f1 commit 7f4ebb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/intro.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ By the end of the chapter, readers will be able to do the following:
2727
- Read tabular data with `read_csv`.
2828
- Create new variables and objects in R using the assignment symbol.
2929
- Create and organize subsets of tabular data using `filter`, `select`, `arrange`, and `slice`.
30+
- Add and modify columns in tabular data using `mutate`.
3031
- Visualize data with a `ggplot` bar plot.
3132
- Use `?` to access help and documentation tools in R.
3233

0 commit comments

Comments
 (0)