Package: nycOpenData
Type: Package
Title: Convenient Access to NYC Open Data API Endpoints
Version: 0.1.5
Authors@R: 
    person("Christian", "Martinez", 
           email = "c.martinez0@outlook.com", 
           role = c("aut", "cre"))
Description: Provides a unified set of helper functions to access datasets 
    from the NYC Open Data platform <https://opendata.cityofnewyork.us/>. 
    Functions return results as tidy tibbles and support optional filtering, 
    sorting, and row limits via the Socrata API. The package includes endpoints 
    for 311 service requests, DOB job applications, juvenile justice metrics, 
    school safety, environmental data, event permitting, and additional citywide datasets. The
    package is utilized as a primary pedagogical tool for teaching data acquisition in 'Reproducible Research Using R'.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: httr, jsonlite, tibble, curl
Suggests: ggplot2, knitr, rmarkdown, testthat (>= 3.0.0), vcr (>=
        0.6.0), webmockr
URL: https://martinezc1.github.io/nycOpenData/,
        https://github.com/martinezc1/nycOpenData
BugReports: https://github.com/martinezc1/nycOpenData/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-01-25 06:49:32 UTC; christianmartinez
Author: Christian Martinez [aut, cre]
Maintainer: Christian Martinez <c.martinez0@outlook.com>
Repository: CRAN
Date/Publication: 2026-01-25 23:00:02 UTC
Built: R 4.6.0; ; 2026-02-05 04:25:20 UTC; windows
