Learn R Programming

arctools (version 1.1.4)

get_actigraph_SN: 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

Run this code
# NOT RUN {
fpath_full_i <- system.file("extdata", extdata_fnames[1], package = "arctools")
get_actigraph_SN(fpath_full_i)

# }

Run the code above in your browser using DataLab