get_actigraph_SN {arctools} | R Documentation |
Get Actigraph device serial number
Description
Read Actigraph device serial number from ActiLife accelerometry data file.
Usage
get_actigraph_SN(fpath_full)
Arguments
fpath_full |
A string scalar. An absolute path to ActiLife accelerometry data file. |
Value
String scalar. Actigraph device serial number.
Examples
fpath_full_i <- system.file("extdata", extdata_fnames[1], package = "arctools")
get_actigraph_SN(fpath_full_i)
[Package arctools version 1.1.6 Index]