R/data.R

#' Example Lunch Data
#'
#' A dataset containing exemplified lunch data. This contains lunch information
#' recorded by the author between 10/6/2017 and 11/14/2017.
#'
#' @format A data frame with 28 rows and 6 variables:
#' \describe{
#'   \item{Timestamp}{Date of the record}
#'   \item{Did you eat lunch?}{whether lunch was eaten today or not}
#'   \item{What time did you eat lunch (just the hour)?}{the hour of lunch}
#'   \item{How long did you spend on lunch?}{the amount of time spent at lunch}
#'   \item{Where did you eat?}{the multiple choice answer for lunch location}
#'   \item{If you chose "Other" please write in where you ate.}{lunch location for the "Other" choice}
#' }
#' @source \url{https://docs.google.com/spreadsheets/d/e/2PACX-1vTcycMCOswocd1sceCjwEQXlN-2_zpxsUOK5T0uTZTv12TJrFktxUDPJXU1NAAOCy4V9F_1kE07Gryw/pubhtml?gid=147906735&single=true}
"lunch_survey"
jmiahjones/lunch.time documentation built on May 29, 2019, 1:05 a.m.