filter_us {survivoR} | R Documentation |
Filter to US seasons
Description
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.
Usage
filter_us(df, .season = NULL)
Arguments
df |
Data frame. Must include |
.season |
Season or vector of seasons. If |
Value
Data frame filtered to the specified US seasons
Examples
library(survivoR)
library(dplyr)
confessionals |>
filter_us(47)
[Package survivoR version 2.3.5 Index]