rwtbl_get_scen_folder: Map a scenario name to the original scenario folder

Description Usage Arguments Value Examples

View source: R/rwtbl_helpers.R

Description

rwtbl_get_scen_folder() provides the original file path to the scenario folder for the specified scenario name(s) (scenarios). If scenarios are not found in rwtblsmmry, a warning message is posted.

Usage

1
rwtbl_get_scen_folder(rwtblsmmry, scenarios)

Arguments

rwtblsmmry

A tbl_df of summarized RiverWare data; likely output from rw_scen_aggregate().

scenarios

A vector of scenario names to map to scenario folders.

Value

A vector of scenario folders; character(0) if none of the scenarios are found.

Examples

1
2

RWDataPlyr documentation built on April 17, 2020, 9:06 a.m.