Skip to contents

Generate file path and name to export compiled sensor string data

Usage

ss_export_path(dat, path = NULL, sub_folder = NULL, ext = "rds")

Arguments

dat

Data frame of sensor string data in wide or long format. Must include columns county, station, and deployment_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 is sub-folder = "new".

ext

File extension. Default is ext = "rds".

Value

A file path for exporting deployment data, including file name and extension.