filter | R Documentation |
dplyr::filter()
S3 genericSee dplyr::filter
for details.
filter(.data, ..., .preserve = FALSE)
filter(iris, Species == "versicolor") filter(iris, Species == "versicolor" & Petal.Width < 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.