filter_us | R Documentation |
Filter a data set to a specified set of US season or list of seasons. A
shorthand version of filter_vs()
for the US seasons.
filter_us(df, .season = NULL)
df |
Data frame. Must include |
.season |
Season or vector of seasons. If |
Data frame filtered to the specified US seasons
library(survivoR)
library(dplyr)
confessionals |>
filter_us(47)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.