cts5_save2Ascii: save data to CTS5 csv format

cts5_save2AsciiR Documentation

save data to CTS5 csv format

Description

save data to CTS5 csv format

Usage

cts5_save2Ascii(login, dataMerged, subdir = "./csv/")

Arguments

login

login of the float used as prefix

dataMerged

Merged data obtained by cts5_convert2Ascii

subdir

sub directory where to save the data

Examples


login="lovuse001a"

Meta<-cts5_readMetaSensor()

cts5_decode(CycleNumber=c,PatternNumber = p,subdir="./CSV")

dataprofile<-cts5_readProfile(CycleNumber=c,PatternNumber = p,include.inifile=T)

dataprofile<-cts5_ProcessData(Meta$SENSORS,dataprofile)

dataMerged<-cts5_convert2Ascii(dataprofile)

cts5_save2Ascii(login = login,dataMerged = dataMerged,subdir="./csv/")


EdLeymarie/USEA_R documentation built on July 16, 2025, 1 p.m.