View source: R/Axytrek_to_Arrow.R
axytrek_to_dataset | R Documentation |
Reads Axytrek biologger data and parses it into three arrow datasets for ACC, GPS, and TDR data
axytrek_to_dataset(
files,
deployments,
output_dataset,
date_format = "%Y-%m-%d %H:%M:%OS",
timezone = "UTC",
acc = T,
tdr = T,
gps = T,
plot = T,
fix_axes = F,
force_axes = F
)
files |
List of Axytrek .csv files, data must have file names taht 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 |
timezone |
Timezone of raw data, default is UTC |
plot |
Should plot of data be generated, TRUE or FALSE? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.