R/dataSec.R

#' Accelerometer Data Example
#'
#' Approximately 3 days of accelerometer data collected with 1-sec epoch in the
#' correct data format that can be used by \code{wearingMarking} to classify
#' wear and nonwear time.
#'
#' @usage data(dataSec)
#'
#' @format A data frame with 238140 observations on the following 2 required
#' variables.
#' \describe{
#'   \item{TimeStamp}{A character vector, timestamp of accelerometer measurements}
#'   \item{counts}{A numeric vector, counts as accelerometer measurements}
#' }
#'
#' @template ref2011
#'
#' @keywords datasets
#'
#' @examples
#' data(dataSec)
"dataSec"

Try the PhysicalActivity package in your browser

Any scripts or data that you put into this service are public.

PhysicalActivity documentation built on Jan. 23, 2021, 1:06 a.m.