#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.