# NOT RUN {
default_ops = options()
options(digits.secs=3)
# Use the sample mhealth csv file provided by the package
filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
filepath
# Load the file
df = import_mhealth_csv(filepath)
# Check loaded file
head(df)
# Check more
summary(df)
# Restore default options
options(default_ops)
# }
Run the code above in your browser using DataLab