R/pedestrian_activity.R

#' Pedestrian activity
#'
#' @description pedestrian activity dataset
#'
#' @docType data
#'
#' @usage pedestrian_activity
#'
#' @format data.frame, 11373 observations of 7 variables:
#' \describe{
#'   \item{pedestrians}{The count of pedestrians during one hour starting at the indicated time.}
#'   \item{weather}{Hourly weather condition, eleven categories.}
#'   \item{temperature}{Hourly temperature in degrees Fahrenheit. }
#'   \item{precipitation}{Hourly precipitation in inches.}
#'   \item{hour}{Time at beginning of the measuring hour.}
#'   \item{weekday}{Day of the week.}
#'   \item{temp_forecast}{Predicted daily average temperature in degrees Fahrenheit.}
#' }
#'
#' @keywords datasets
#'
#'
#'
"pedestrian_activity"
sdcastillo/ExamPAData documentation built on Feb. 22, 2025, 11:41 a.m.