rwd_agg_template function

Create a rwd_agg template

Create a rwd_agg template

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

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.

Examples

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

See Also

read_rwd_agg()

Other functions in RWDataPlyr

Related functions from the same R package