The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

ntdr: Retrieve data from the National Transit Database

R-CMD-check CRAN status

The ntdr package provides a convenient interface to retrieve monthly data from the National Transit Database (NTD). Without this package, getting NTD data involves going to the NTD website and downloading and processing a complex Excel workbook.

The NTD data returned by this package has many quirks and subtleties. Please use it with care and report any issues.

To learn more about the package, visit the package website: https://vgxhc.github.io/ntdr/.

Installation

# The latest stable version can be installed from CRAN:
install.packages("ntdr")


# Alternatively, install the latest development version from GitHub:
remotes::install_github("vgXhc/ntdr")

Example

Basic usage:

library(ntdr)
#> Warning: package 'ntdr' was built under R version 4.3.2
ntd_madison <- get_ntd(data_type = "adjusted", ntd_variable = "UPT", agency = "City of Madison", modes = "MB")
#> New names:
#> • `2033379` -> `2033379...25`
#> • `2033379` -> `2033379...27`
head(ntd_madison)
#> # A tibble: 6 × 13
#>   ntd_id_5 ntd_id_4 agency       active reporter_type uace  uza_name modes tos  
#>   <chr>    <chr>    <chr>        <chr>  <chr>         <chr> <chr>    <chr> <chr>
#> 1 50005    5005     City of Mad… Active Full Reporter 53200 Madison… MB    DO   
#> 2 50005    5005     City of Mad… Active Full Reporter 53200 Madison… MB    DO   
#> 3 50005    5005     City of Mad… Active Full Reporter 53200 Madison… MB    DO   
#> 4 50005    5005     City of Mad… Active Full Reporter 53200 Madison… MB    DO   
#> 5 50005    5005     City of Mad… Active Full Reporter 53200 Madison… MB    DO   
#> 6 50005    5005     City of Mad… Active Full Reporter 53200 Madison… MB    DO   
#> # ℹ 4 more variables: modes_simplified <chr>, month <date>, value <dbl>,
#> #   ntd_variable <chr>

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.