rwd_agg_template: Create a 'rwd_agg' template

View source: R/rwd_agg_helpers.R

rwd_agg_templateR 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 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

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


BoulderCodeHub/RWDataPlyr documentation built on May 8, 2023, 3:55 a.m.