read_ctd: Read NOAA CTD table provided by personal communication by...

View source: R/io.R

read_ctdR Documentation

Read NOAA CTD table provided by personal communication by Chris Melrose to Chris Orphanides

Description

Read NOAA CTD table provided by personal communication by Chris Melrose to Chris Orphanides

Usage

read_ctd(
  path = get_data_path("ctd"),
  match_cruise = NULL,
  form = c("tibble", "sf")[1]
)

Arguments

path

character, the path to the data

match_cruise

NULL or data frame (tibble), if not NULL then filter the output to match the cruise IDs in the match_cruise object.

form

character, one of 'tibble' or 'sf'

simplify

logical, if TRUE simply the dataset

Value

'tibble' or 'sf' object


BigelowLab/ecomon documentation built on Dec. 8, 2023, 9:21 p.m.