From 5094f1f4a447d65f2e14cea0b494c9c602192a24 Mon Sep 17 00:00:00 2001 From: Malcolm Morgan Date: Thu, 31 Aug 2023 10:32:57 +0100 Subject: [PATCH] Update docs --- man/atoc2gtfs.Rd | 6 +++--- man/gtfs_split.Rd | 2 +- man/nr2gtfs.Rd | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man/atoc2gtfs.Rd b/man/atoc2gtfs.Rd index 3220063..1f17e45 100644 --- a/man/atoc2gtfs.Rd +++ b/man/atoc2gtfs.Rd @@ -8,8 +8,8 @@ atoc2gtfs( path_in, silent = TRUE, ncores = 1, - locations = tiplocs, - agency = atoc_agency, + locations = "tiplocs", + agency = "atoc_agency", shapes = FALSE, transfers = TRUE, missing_tiplocs = TRUE @@ -55,7 +55,7 @@ Locations 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. } \seealso{ diff --git a/man/gtfs_split.Rd b/man/gtfs_split.Rd index 014cdac..15cd3ef 100644 --- a/man/gtfs_split.Rd +++ b/man/gtfs_split.Rd @@ -17,6 +17,6 @@ a list of GTFS objects \description{ For large regions GTFS files can get very big. This function splits a GTFS object into a list of GTFS objects. It tries to balance the sizes of the -objects. Splits are made by agency_id so maximums number of splits equals +objects. Splits are made by agency_id so maximum number of splits equals the number of unique agency_ids. } diff --git a/man/nr2gtfs.Rd b/man/nr2gtfs.Rd index c5a4882..5e12722 100644 --- a/man/nr2gtfs.Rd +++ b/man/nr2gtfs.Rd @@ -8,8 +8,8 @@ nr2gtfs( path_in, silent = TRUE, ncores = 1, - locations = tiplocs, - agency = atoc_agency, + locations = "tiplocs", + agency = "atoc_agency", shapes = FALSE ) } @@ -48,7 +48,7 @@ in the ATOC data or provide an SF data frame of your own. 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. } \seealso{