cts5_save2Ascii | R Documentation |
save data to CTS5 csv format
cts5_save2Ascii(login, dataMerged, subdir = "./csv/")
login |
login of the float used as prefix |
dataMerged |
Merged data obtained by |
subdir |
sub directory where to save the data |
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/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.