
Activity Labels for Human Activity Monitoring
Source:R/data-documentation.R
z_labels_monitoring_df.Rd
This dataset, z_labels_monitoring_df, is a data frame containing the labelled activities recorded during the observation period corresponding to the data object z.acc.
Usage
data(z_labels_monitoring_df)
Format
A data frame with 6 observations and 3 variables:
- activity
Character string indicating the recorded activity
- start
Integer value indicating the start time of the activity
- end
Integer value indicating the end time of the activity
Details
The dataset name has been kept as 'z_labels_monitoring_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the healthmotionR package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.