Description Usage Arguments Value Examples
View source: R/rwtbl_helpers.R
rwtbl_var_to_slot() provides the RiverWare slot name that was used to
create the specified variable name (varname). If varname is not found in
rwtblsmmry, a warning message is posted.
1 | rwtbl_var_to_slot(rwtblsmmry, varname)
|
rwtblsmmry |
A tbl_df of summarized RiverWare data; likely output from
|
varname |
A vector of variable names to map to slot names. |
A character vector of the found slot names. character(0) if no
variable names were found.
1 2 | rwtbl_var_to_slot(scen_data, "peLt1000")
rwtbl_var_to_slot(scen_data, c("peLt1000", "peEocy"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.