We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec62a85 commit 69e945aCopy full SHA for 69e945a
wrangling.Rmd
@@ -1394,10 +1394,10 @@ Let's again find the maximum value of each column of the
1394
`map` takes two arguments:
1395
an object (a vector, data frame or list) that you want to apply the function to,
1396
and the function that you would like to apply to each column.
1397
-
1398
Note that `map` does not have an argument
1399
to specify *which* columns to apply the function to.
1400
-Therefore, we will do this before calling `map` using the `select` function.
+Therefore, we will use the `select` function before calling `map`
+to choose the columns for which we want the maximum.
1401
1402
``` {r 02-map}
1403
region_lang |>
0 commit comments