# NOT RUN {
default_ops = options()
options(digits.secs=3)
# Use the sample activpal3 csv file provided by the package
filepath = system.file('extdata', 'activpal3.csv', package='MIMSunit')
# Check the csv format
readLines(filepath)[1:5]
# Load the file, in our case without header
df = import_activpal3_csv(filepath, header=FALSE)
# Check loaded file
head(df)
# Check more
summary(df)
# Restore default options
options(default_ops)
# }
Run the code above in your browser using DataLab