dplyr_list | R Documentation |
When you have a list of data frames, such as the output to a verification function, you may want to wrangle data in those data frames at the same time. This can be achieved using the dplyr verb followed by _list. For data frames where the function is applicaple the modified data frame is returned. If the verb fails (e.g. because the specified columns don't exist), the data frame is silently returned unmodified
mutate_list(.list, ...) filter_list(.list, ...) select_list(.list, ...)
.list |
A list of data frames |
... |
Other arguments to the dplyr verb |
/link[dplyr]mutate, /link[dplyr]filter, /link[dplyr]select
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.