filter_vs | R Documentation |
Filters a data set to a specified version season or list of version seasons.
filter_vs(df, .vs)
df |
Data frame. Must have |
.vs |
Version season. |
Data frame filtered to the specified version seasons
library(survivoR)
library(dplyr)
confessionals |>
filter_vs("US47")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.