cts5_convert2Ascii | R Documentation |
convert dataprofile list object to one data.frame
cts5_convert2Ascii(dataprofile, AddGPS = T)
dataprofile |
data list from |
AddGPS |
if TRUE, add GPS from technical |
this function add an identification for the sensorType and acquisition phase
as explained in cts5_readcsv
data.frame containing 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.