R/data.R

#' Sample files provided by VBZ
#'
#' Sample data of three distinct routes.
#'
#' @format list with data.frame elements
#' \describe{
#'   \item{trip_seq}{Sequence order of trips.}
#'   \item{stop_seq}{Sequence order of stops.}
#'   \item{stop_name}{Name of the stop.}
#'   \item{trip_id}{Id of trip}
#'   \item{circulation_name}{Name of circulation.}
#'   \item{line_name}{Name of line.}
#'   \item{vehicle}{Type of vehicle.}
#'   \item{occupancy}{Occupancy.}
#'   \item{occ_category}{Category of occupancy.}
#'   \item{departure_time}{Time of departure.}
#'   \item{number_of_measurements}{Number of measurements.}
#'   \item{occ_cat_name}{Occupancy category name}
#'   \item{direction}{Direction.}
#' }
#' @source vbz
'vbz'

Try the catmaply package in your browser

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

catmaply documentation built on Jan. 6, 2023, 1:22 a.m.