View source: R/Ecotone_to_Arrow.R
ecotone_tdr_to_dataset | R Documentation |
Reads Ecotone TDR data and adds it to an arrow dataset
ecotone_tdr_to_dataset(data, deployments, output_dataset, plot = T)
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? |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.