powered by
The function is used by g.readaccfile to assess how numeric data should be interpretted
g.dotorcomma(inputfile,dformat,mon, desiredtz = "", ...)
full path to inputfile
Data format code: 1=.bin, 2=.csv, 3=.wav, 4=.cwa, 5=.csv for ad-hoc monitor brand
Monitor code (accelorometer brand): 0=undefined, 1=GENEA, 2=GENEActiv, 3=Actigraph, 4=Axivity, 5=Movisense, 6=Verisense
Desired timezone, see documentation g.getmeta
Any input arguments needed for function read.myacc.csv if you are working with a non-standard csv formatted files.
Character object showing how decimals are separated
# NOT RUN { decn = g.dotorcomma(inputfile="C:/myfile.bin",dformat=1,mon=2) # }
Run the code above in your browser using DataLab