RWDataPlyr (version 0.6.2)

rwd_agg_template: 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 FALSE (default), the template includes only headers. When TRUE, the template will include several examples of specifying how each slot should be summarized.

See Also

read_rwd_agg()

Examples

Run this code
# NOT RUN {
rwd_agg_template(file = "rwa_slots.csv", path = tempdir())
rwd_agg_template(file = "rwa_slots.csv", path = tempdir(), examples = TRUE)

# }

Run the code above in your browser using DataLab