import_data: Import data from instrument-generated files.

Description Usage Arguments

View source: R/import_data.R

Description

Import data from instrument-generated files.

Usage

1
2
import_data(file_list, data_type, instrument_type, param_type,
  column_names = c("Temperature", "Conductivity", "Salinity"))

Arguments

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.


BLE-LTER/insitu documentation built on Feb. 5, 2021, 5:28 p.m.