rwd_agg_template: Create a 'rwd_agg' template

Description Usage Arguments See Also Examples

View source: R/rwd_agg_helpers.R

Description

rwd_agg_template() creates a template csv file to use to create a RiverWare data aggregator (rwd_agg).

Usage

1
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

1
2
rwd_agg_template(file = "rwa_slots.csv", path = tempdir())
rwd_agg_template(file = "rwa_slots.csv", path = tempdir(), examples = TRUE)

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