rwd_agg_template {RWDataPlyr} | R Documentation |
Create a rwd_agg
template
Description
rwd_agg_template()
creates a template csv file to use to create a RiverWare
data aggregator (rwd_agg).
Usage
rwd_agg_template(file, path = ".", examples = FALSE)
Arguments
file |
The file name to use for the template |
path |
The path to create the template at |
examples |
Boolean; When |
See Also
Examples
rwd_agg_template(file = "rwa_slots.csv", path = tempdir())
rwd_agg_template(file = "rwa_slots.csv", path = tempdir(), examples = TRUE)
[Package RWDataPlyr version 0.6.4 Index]