Skip to content

Commit 4912418

Browse files
committed
adding commas
1 parent bf1aa9a commit 4912418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrangling.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ frame. The basic ways of doing this can become quickly unreadable if there are
10121012
many steps. For example, suppose we need to perform three operations on a data
10131013
frame called `data`: \index{pipe}\index{aaapipesymb@\vert{}>|see{pipe}}
10141014

1015-
1) add a new column `new_col` that is double another `old_col`
1015+
1) add a new column `new_col` that is double another `old_col`,
10161016
2) filter for rows where another column, `other_col`, is more than 5, and
10171017
3) select only the new column `new_col` for those rows.
10181018

0 commit comments

Comments
 (0)