ismovisens | R Documentation |
Checks whether the files in the datadir folder are files collected with movisens accelerometers. Note that movisens data are stored in one folder per recording that includes multiple bin-files (instead of one file per recording as usual in other accelerometer brands). Therefore, datadir indicates the directory where all the recording folders are stored, then, GGIR reads the pertinent bin files from every folder.
ismovisens(data)
data |
Full path to the recording folder (with the bin files inside) or the datadir (where all the recording folders are stored). |
Boolean whether it is a movisens file (TRUE) or not (FALSE)
## Not run:
is.mv = ismovisens(data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.