nrp_download_ctd: Download CTD data table from database

View source: R/ctd.R

nrp_download_ctdR Documentation

Download CTD data table from database

Description

Download CTD data table from database

Usage

nrp_download_ctd(
  start_date = NULL,
  end_date = NULL,
  sites = NULL,
  parameters = "all",
  db_path = getOption("nrp.db_path", file.choose())
)

Arguments

start_date

The start date

end_date

The end date

sites

A character vector of the Site IDs

parameters

A character vector of the parameters to include. Permissable values: "Temperature", "Oxygen", "Oxygen2", "Conductivity", "Conductivity2", "Salinity", "Backscatter", "Fluorescence", "Frequency", "Flag", "Pressure"

db_path

The SQLite connection object or path to the SQLite database

Value

CTD data table


poissonconsulting/nrp documentation built on Jan. 28, 2024, 4:14 p.m.