Skip to content

Commit

Permalink
add gtfs_reference to pkgdown reference page
Browse files Browse the repository at this point in the history
  • Loading branch information
polettif committed Sep 18, 2024
1 parent 1a32a05 commit b8403b3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion R/get_gtfs_standards.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
#' Generate GTFS standards
#'
#' @description
#' *This function is deprecated and no longer used in [import_gtfs()] or [export_gtfs()].*
#' The dataset [gtfs_reference] now contains the standard specifications.
#' This function is deprecated and no longer used in [import_gtfs()] or [export_gtfs()].
#'
#' @details
#' Generates a list specifying the standards to be used when reading and writing
#' GTFS feeds with R. Each list element (also a list) represents a distinct GTFS
#' table, and describes:
Expand Down Expand Up @@ -44,6 +46,8 @@
#' - Timezone = `character`
#' - URL = `character`
#'
#' @seealso [gtfs_reference]
#'
#' @examples \dontrun{
#' gtfs_standards <- get_gtfs_standards()
#' }
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
reference:
- title: GTFS standards
- contents:
- gtfs_reference
- get_gtfs_standards
- title: Input/output
- contents:
Expand Down
9 changes: 7 additions & 2 deletions man/get_gtfs_standards.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8403b3

Please sign in to comment.