Generate file path and name to export compiled sensor string data
ss_export_path.Rd
Generate file path and name to export compiled sensor string data
Arguments
- dat
Data frame of sensor string data in wide or long format. Must include columns
county
,station
, anddeployment_range
.- path
File path to a folder named
county
.- sub_folder
Character string of the sub-folder name (inside county folder) where
dat
should be exported. Default issub-folder = "new"
.- ext
File extension. Default is
ext = "rds"
.