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