Description Usage Arguments Value Examples
View source: R/get_actigraph_SN.R
Read Actigraph device serial number from ActiLife accelerometry data file.
1 | get_actigraph_SN(fpath_full)
|
fpath_full |
A string scalar. An absolute path to ActiLife accelerometry data file. |
String scalar. Actigraph device serial number.
1 2 | fpath_full_i <- system.file("extdata", extdata_fnames[1], package = "arcstats")
get_actigraph_SN(fpath_full_i)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.