View source: R/import_discrete.R
import_discrete | R Documentation |
Imports discrete bottle data from a .csv file. The file format is expected
to be the one produced by download_discrete()
. If you're having
issues loading data, it may be because you have edited the file in
Excel. Try downloading a clean .csv file and not opening it in Excel
prior to loading in R.
import_discrete(fname)
fname |
The filename to import, as a string |
A tibble with imported data and clean column names
file <- system.file("extdata", "test_discrete_data.csv", package = "kcmarine")
data <- import_discrete(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.