R/data.R

#' An Example Time Sheet
#'
#' An example time sheet from 2018-12-23 to 2019-03-27.
#' 
#' @format A data frame with 691 rows and 6 variables:
#' \describe{
#'   \item{Date}{A Date vector of the date}
#'   \item{Member}{A character vector of the team member}
#'   \item{Project}{A character vector of the project}
#'   \item{Task}{A character vector of the task}
#'   \item{Hours}{A numeric vector of the hours worked}
#'   \item{Billable}{A logical vector specifying whether the hours were billable}
#' }
"timesheet"
poissonconsulting/poistimesheets documentation built on Jan. 24, 2020, 4:54 a.m.