# NOT RUN {
default_ops = options()
options(digits.secs=3)
# Use the sample actigraph csv file provided by the package
filepath = system.file('extdata', 'actigraph_timestamped.csv', package='MIMSunit')
# Check file format
readLines(filepath)[1:15]
# Load the meta headers of input file
import_actigraph_meta(filepath, header=TRUE)
# Restore default options
options(default_ops)
# }
Run the code above in your browser using DataLab