load_ctd: Load CTD data from .rds files

Description Usage Arguments

View source: R/load_ctd.R

Description

Load CTD data from .rds files

Usage

1
2
3
4
5
load_ctd(
  loc = paste0(seantools::root.dir(),
    "Thesis/Chapter 1/data/CTD/output/2019-04-11_ebs_shelf_ctd_2008_2018.rds"),
  stn.sel = TLUtilities::survey_stations(region = "shelf")
)

Arguments

loc

File path for rds file. Columns should include: station, temperature, totdepth, bindepth, salinity, dyn_ht_anom, latitude, longitude, date_ind, year

stn.sel

Vector of station names to include in the data.


sean-rohan/TLUtilities documentation built on Sept. 30, 2021, 2:34 a.m.