diff --git a/R/bus-routes.R b/R/bus-routes.R index 725eed8..b574eb2 100644 --- a/R/bus-routes.R +++ b/R/bus-routes.R @@ -8,7 +8,7 @@ #' \item{RouteID}{Unique identifier for a given route variant. Can be used in #' various other bus-related methods.} #' \item{Name}{Descriptive name of the route variant.} -#' \item{LineDescription}{Denotes the route variant's grouping – lines are a +#' \item{LineDescription}{Denotes the route variant's grouping - lines are a #' combination of routes which lie in the same corridor and which have #' significant portions of their paths along the same roadways.} #' } diff --git a/R/data.R b/R/data.R index 86ecf81..f4c5e47 100644 --- a/R/data.R +++ b/R/data.R @@ -61,7 +61,7 @@ #' \item{RouteID}{Unique identifier for a given route variant. Can be used in #' various other bus-related methods.} #' \item{Name}{Descriptive name of the route variant.} -#' \item{LineDescription}{Denotes the route variant's grouping – lines are a +#' \item{LineDescription}{Denotes the route variant's grouping - lines are a #' combination of routes which lie in the same corridor and which have #' significant portions of their paths along the same roadways.} #' } diff --git a/man/bus_routes.Rd b/man/bus_routes.Rd index 03ba930..df257cd 100644 --- a/man/bus_routes.Rd +++ b/man/bus_routes.Rd @@ -9,7 +9,7 @@ A tibble with 3 variables and one row per route variant: \item{RouteID}{Unique identifier for a given route variant. Can be used in various other bus-related methods.} \item{Name}{Descriptive name of the route variant.} -\item{LineDescription}{Denotes the route variant's grouping – lines are a +\item{LineDescription}{Denotes the route variant's grouping - lines are a combination of routes which lie in the same corridor and which have significant portions of their paths along the same roadways.} } diff --git a/man/metro_routes.Rd b/man/metro_routes.Rd index e58e1be..ac737f2 100644 --- a/man/metro_routes.Rd +++ b/man/metro_routes.Rd @@ -10,7 +10,7 @@ A tibble 322 rows and 3 variables: \item{RouteID}{Unique identifier for a given route variant. Can be used in various other bus-related methods.} \item{Name}{Descriptive name of the route variant.} -\item{LineDescription}{Denotes the route variant's grouping – lines are a +\item{LineDescription}{Denotes the route variant's grouping - lines are a combination of routes which lie in the same corridor and which have significant portions of their paths along the same roadways.} }