R/sample_takeon_log.r

#' Simulated Sample Take on and off Log
#'
#' This log matches event data with the same 7 consecutive days.The variables are as follows:
#' \itemize{
#'   \item \code{id} The id of participant
#'   \item \code{Visit} The visit number
#'   \item \code{date.on} Take on date
#'   \item \code{time.on} Take on time
#'   \item \code{date.off} Take off date
#'   \item \code{time.off} Take off time
#' }
#'
#' @docType data
#' @keywords datasets
#' @name sample_takeon_log
#' @usage data(sample_takeon_log)
#' @format A data frame with 7 rows and 6 variables
NULL
YukunZhang/PAactivPAL1.0 documentation built on May 10, 2019, 1:12 a.m.