View source: R/import_strings_data.R
import_strings_data | R Documentation |
Import string data from rds files
import_strings_data(input_path = NULL, county = "ALL", add_county_col = TRUE)
input_path |
Path to the *.rds files to be assembled. Default is the Open Data/County Datasets folder on the CMAR Operations shared drive (user must be connected to the Perennia VPN). |
county |
Vector of character string(s) indicating which county or counties for which to import data. For efficiency, the filter is applied to the file path, so the county name MUST be part of the file path (e.g., in the name of the file). Defaults to all counties. |
add_county_col |
Logical argument indicating whether to include a
"COUNTY" column in the output. If |
Future versions may include option to import csv files.
Danielle Dempsey
Other OpenData CMAR:
assemble_county_data()
,
export_county_files()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.