cts5_readcsv | R Documentation |
read NKE .csv ASCII files obtained from cts5_decode
.
cts5_readcsv(
floatname = "ffff",
CycleNumber,
PatternNumber = 1,
sensor = "sbe41",
dec = ".",
sep = ",",
filename = ""
)
floatname |
hexa name of the float |
CycleNumber |
numeric : number of the cycle to decode |
PatternNumber |
numeric : number of the Pattern to decode |
sensor |
name of the sensor to read from the list CTS5_supported_sensors |
dec |
decimal character in ASCII for scan function |
sep |
character which delimits fields for scan function |
filename |
filename for manual mode |
this function add an identification for the sensorType from cts5_SensorTypeId
and acquisition phase.
Phase [DESCENT]->"DES" [PARK]->"PAR" [DEEP_PROFILE]->"DEE" [SHORT_PARK]->"SHP" [ASCENT]->"ASC" [SURFACE]->"SUR"
data.frame containing the data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.