ecotone_dive_to_dataset: Convert Ecotone dive summary data to Arrow dataset

View source: R/Ecotone_to_Arrow.R

ecotone_dive_to_datasetR Documentation

Convert Ecotone dive summary data to Arrow dataset

Description

Reads Ecotone dive summary data and adds it to an arrow dataset

Usage

ecotone_dive_to_dataset(data, deployments, output_dataset)

Arguments

data

Data passed from seabiRds::ecotone_to_dataset()

deployments

Deployment data formatted using seabiRds::formatDeployments()

output_dataset

Path where arrow dataset should be saved

Value

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.


allisonglider/seabiRds documentation built on Feb. 14, 2025, 7:37 a.m.