save_ems_data: Save EMS data as a csv file

View source: R/read.R

save_ems_dataR Documentation

Save EMS data as a csv file

Description

You must specify either an object in your environment (via obj), or one of "2yr", "4yr", or "historic" (via which), but not both.

Usage

save_ems_data(obj = NULL, which = NULL, filename = NULL, ...)

Arguments

obj

The name of an object in your environment

which

"2yr", "4yr", or "historic"

filename

the name of the file you are writing to

...

other options passed on to read_csv

Value

the object, invisibly


bcgov/rems documentation built on Oct. 14, 2023, 3:04 a.m.