ecotone_to_dataset: Convert Ecotone biologger data to Arrow dataset

View source: R/Ecotone_to_Arrow.R

ecotone_to_datasetR Documentation

Convert Ecotone biologger data to Arrow dataset

Description

Reads ecotone biologger data and parses it into two arrow datasets for GPS and TDR

Usage

ecotone_to_dataset(
  files,
  deployments,
  output_dataset,
  timezone = "UTC",
  plot = T
)

Arguments

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?


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