g.dotorcomma: Assesses whether decimals in fileheader are stored with comma...

Description Usage Arguments Value Author(s) Examples

View source: R/g.dotorcomma.R

Description

The function is used by g.readaccfile to assess how numeric data should be interpretted

Usage

1
g.dotorcomma(inputfile,dformat,mon)

Arguments

inputfile

full path to inputfile

dformat

Data format code: 1=.bin, 2=.csv, 3=.wav, 4=.cwa

mon

Monitor code (accelorometer brand): 1=GENEA,2=GENEActiv,3=Actigraph, 4=Axivity.

Value

Character object showing how decimals are separated

Author(s)

Vincent T van Hees <vincentvanhees@gmail.com>

Examples

1
2
3
4
## Not run: 
decn = g.dotorcomma(inputfile="C:/myfile.bin",dformat=1,mon=2)

## End(Not run)

PeteJWatson/ggircal documentation built on Nov. 24, 2021, 11:14 a.m.