View source: R/Ecotone_to_Arrow.R
ecotone_to_dataset | R Documentation |
Reads ecotone biologger data and parses it into two arrow datasets for GPS and TDR
ecotone_to_dataset(
files,
deployments,
output_dataset,
timezone = "UTC",
plot = T
)
files |
List of ecotone .csv files, data must include logger IDs that match the gps_id in deployment data |
deployments |
Deployment data formatted using seabiRds::formatDeployments() |
output_dataset |
Path where arrow dataset should be saved |
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.