View source: R/import_CTD_composite.R
import_CTD_composite | R Documentation |
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.
import_CTD_composite(fname)
fname |
The filename to import, as a string |
A tibble with imported data and clean column names
file <- system.file("extdata", "test_CTD_composite_data.csv", package = "kcmarine")
data <- import_CTD_composite(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.