import_CTD_composite: Import CTD composite data from file

View source: R/import_CTD_composite.R

import_CTD_compositeR Documentation

Import CTD composite data from file

Description

Imports CTD data composite from a tab-delimited .txt file or a .csv file. The format imported by this script is the binned data composite stored in the shared drive, either the "_all" or "_monthly" files with any bin width. Currently this data is only available in the internal CTD data repository. These data do not include any "bad" or "questionable" data.

Usage

import_CTD_composite(fname)

Arguments

fname

The filename to import, as a string

Value

A tibble with imported data and clean column names

Examples


file <- system.file("extdata", "test_CTD_composite_data.csv", package = "kcmarine")
data <- import_CTD_composite(file)

tsparksm/kcmwq documentation built on Sept. 2, 2023, 11:30 p.m.