View source: R/LAT2800_to_Arrow.R
lat2800_to_dataset | R Documentation |
Reads Lat2800 biologger data and parses it into three arrow datasets for TDR data
lat2800_to_dataset(
files,
deployments,
output_dataset,
date_format = "%Y-%m-%d %H:%M:%OS",
plot = T,
max_rows,
timezone = "UTC"
)
files |
List of Lat2800 .csv files, data must have file names that are a partial match to the dep_id in deployment data |
deployments |
Deployment data formatted using seabiRds::formatDeployments() |
output_dataset |
Path where arrow dataset should be saved |
date_format |
The POSIXct date format used in .csv files |
plot |
Should plot of data be generated, TRUE or FALSE? |
max_rows |
Maximum rows to read in, LAT2800 units sometimes fill memory with rows of invalid data that are too long to read in |
timezone |
Timezone of raw data, default is UTC |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.