# NOT RUN {
# Use the actigraph count csv file shipped with the package
filepath = system.file('extdata', 'actigraph_count.csv', package='MIMSunit')
# Check original data format
readLines(filepath)[1:5]
# Load file, default column for actigraph count values are 2, this file does not have
# axial count values
output = import_actigraph_count_csv(filepath, count_col=2)
# Check output
head(output)
# }
Run the code above in your browser using DataLab