View source: R/Ecotone_to_Arrow.R
ecotone_dive_to_dataset | R Documentation |
Reads Ecotone dive summary data and adds it to an arrow dataset
ecotone_dive_to_dataset(data, deployments, output_dataset)
data |
Data passed from seabiRds::ecotone_to_dataset() |
deployments |
Deployment data formatted using seabiRds::formatDeployments() |
output_dataset |
Path where arrow dataset should be saved |
Code checks that data meet formatting requirements. Dive summary data (start, end, duration) is extracted from tracking data.
Output is saved to an arrow dataset at the location indicated by output_dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.