Skip to content

Commit 69e945a

Browse files
note that... in wrangling edited
1 parent ec62a85 commit 69e945a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrangling.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,10 +1394,10 @@ Let's again find the maximum value of each column of the
13941394
`map` takes two arguments:
13951395
an object (a vector, data frame or list) that you want to apply the function to,
13961396
and the function that you would like to apply to each column.
1397-
13981397
Note that `map` does not have an argument
13991398
to specify *which* columns to apply the function to.
1400-
Therefore, we will do this before calling `map` using the `select` function.
1399+
Therefore, we will use the `select` function before calling `map`
1400+
to choose the columns for which we want the maximum.
14011401
14021402
``` {r 02-map}
14031403
region_lang |>

0 commit comments

Comments
 (0)