ecotone_tdr_to_dataset: Convert Ecotone TDR data to Arrow dataset

View source: R/Ecotone_to_Arrow.R

ecotone_tdr_to_datasetR Documentation

Convert Ecotone TDR data to Arrow dataset

Description

Reads Ecotone TDR data and adds it to an arrow dataset

Usage

ecotone_tdr_to_dataset(data, deployments, output_dataset, plot = T)

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

plot

Should plot of data be generated, TRUE or FALSE?

Value

Code checks that data meet formatting requirements. Produces a plot showing a time series of depth data from the TDR Deployed data are shown in black, undeployed data are shown in red, and deployment start/end times are shown with dashed vertical red lines.

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.