Import data from instrument-generated files.
1 2 | import_data(file_list, data_type, instrument_type, param_type,
column_names = c("Temperature", "Conductivity", "Salinity"))
|
file_list |
(character) Character vector of file paths. Use list.files() with full.names set to TRUE for this. |
data_type |
(character) Name of data type. Processing will differ according to data type. Accepted input: "CTD" for conductivity-temperature-depth, or "TCM" for tilt current meter. |
instrument_type |
(character) Name of instrument (only applies for "CTD" data type). Processing will differ according to instrument. Accepted input: "RBR", "SO". |
param_type |
(character) Name of parameter type (only applies for "TCM" data type). Processing will differ according to parameter. Accepted inputs: "temp", "current". |
column_names |
(character) Optional. This actually doesn't do anything atm FYI. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.