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"

Try the ExamPAData package in your browser

Any scripts or data that you put into this service are public.

ExamPAData documentation built on Oct. 23, 2021, 5:07 p.m.