where | R Documentation |
This is a copy of where
, a selection helper that
selects the variables for which a predicate function returns TRUE. See
language
for more details about tidyselection.
where(fn)
fn |
A function that returns TRUE or FALSE (technically, a predicate function). Can also be a purrr-like formula. |
This help file was replicated verbatim from tidyselect-package
.
A predicate that can be used to select columns from a data.frame.
Lionel Henry and Hadley Wickham (2021). tidyselect: Select from a Set of Strings. R package version 1.1.1. https://CRAN.R-project.org/package=tidyselect
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.