diff --git a/pkgdown.yml b/pkgdown.yml index 8756fd7..2598130 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,5 +5,5 @@ articles: ATOC: ATOC.html GTFS: GTFS.html transxchange: transxchange.html -last_built: 2023-08-31T09:34Z +last_built: 2023-08-31T09:37Z diff --git a/reference/atoc2gtfs.html b/reference/atoc2gtfs.html index 7540699..893a1e6 100644 --- a/reference/atoc2gtfs.html +++ b/reference/atoc2gtfs.html @@ -70,8 +70,8 @@

ATOC to GTFS

path_in, silent = TRUE, ncores = 1, - locations = tiplocs, - agency = atoc_agency, + locations = "tiplocs", + agency = "atoc_agency", shapes = FALSE, transfers = TRUE, missing_tiplocs = TRUE @@ -128,7 +128,7 @@

Details

`tiplocs` or a path to a csv file formatted like a GTFS stops.txt

Agency

The ATOC files do not contain the necessary information to build the - agency.txt file. Therfore this data is provided with the package. You can + agency.txt file. Therefore this data is provided with the package. You can also pass your own data frame of agency information.

diff --git a/reference/gtfs_split.html b/reference/gtfs_split.html index 96ebd53..9aaea5b 100644 --- a/reference/gtfs_split.html +++ b/reference/gtfs_split.html @@ -1,7 +1,7 @@ Split a GTFS object — gtfs_split • UK2GTFS