View source: R/get_selected_subset.R
get_selected_subset | R Documentation |
Get selected subset
get_selected_subset(data, ..., var = "", value = "")
data |
tibble obtained from 'read_data' |
... |
filter options |
var |
character string with variable name used to select subset based on. If "GameType", then 'get_subset_and_subgames' is called to ensure double and tripple subgames are included as well Default is "", meaning subgames won't be included |
value |
character string with value of GameType column (only relevant if "Double", "Trippel" or any ling) |
subset of data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.