| filter_au | R Documentation |
Filter a data set to a specified set of AU season or list of seasons. A
shorthand version of filter_vs() for the US seasons.
filter_au(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_au(12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.