Package: mtaOpenData
Type: Package
Title: Convenient Access to MTA Open Data API Endpoints
Version: 0.1.1
Authors@R:
c(
person("Christian", "Martinez",
email = "c.martinez0@outlook.com",
role = c("aut", "cre"),
comment = c(
GitHub = "martinezc1",
ORCID = "0009-0005-6026-6454"
))
)
Description: Provides helper functions to access datasets from the
Metropolitan Transportation Authority (MTA) portion of the New
York State Open Data platform . Returns
results as tidy tibbles with support for optional filtering,
sorting, and row limits through the Socrata API.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: dplyr, tibble, jsonlite, httr, janitor, rlang
Suggests: curl, covr, knitr, testthat (>= 3.0.0), vcr, withr, webmockr,
ggplot2
URL: https://martinezc1.github.io/mtaOpenData/,
https://github.com/martinezc1/mtaOpenData
BugReports: https://github.com/martinezc1/mtaOpenData/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
Config/pak/sysreqs: libicu-dev libssl-dev
Repository: https://martinezc1.r-universe.dev
Date/Publication: 2026-07-20 21:50:53 UTC
RemoteUrl: https://github.com/martinezc1/mtaopendata
RemoteRef: HEAD
RemoteSha: 990de3af9ecb5895ea4d022318f56e56ab5bf55d
NeedsCompilation: no
Packaged: 2026-07-21 08:05:27 UTC; root
Author: Christian Martinez [aut, cre] (GitHub: martinezc1, ORCID:
)
Maintainer: Christian Martinez