filter_vs {survivoR}R Documentation

Filter version season

Description

Filters a data set to a specified version season or list of version seasons.

Usage

filter_vs(df, .vs)

Arguments

df

Data frame. Must have version_season

.vs

Version season.

Value

Data frame filtered to the specified version seasons

Examples


library(survivoR)
library(dplyr)

confessionals |>
  filter_vs("US47")


[Package survivoR version 2.3.6 Index]