Package: nycOpenData Type: Package Title: A Lightweight Interface to NYC Open Data APIs Version: 0.2.3 Authors@R: c( person("Christian", "Martinez", email = "c.martinez0@outlook.com", role = c("aut", "cre"), comment = c( GitHub = "martinezc1", ORCID = "0009-0005-6026-6454" )), person("Crystal", "Adote", role = "ctb", comment = c(GitHub = "crystalna20")), person("Jonah", "Dratfield", role = "ctb", comment = c(GitHub = "jdratfield38")), person("Joyce", "Escatel-Flores", role = "ctb", comment = c(GitHub = "JoyceEscatel")), person("Rob", "Hutto", role = "ctb", comment = c(GitHub = "robhutto")), person("Isley", "Jean-Pierre", role = "ctb", comment = c(GitHub = "ijpier")), person("Shannon", "Joyce", role = "ctb", comment = c(GitHub = "shannonjoyce")), person("Laura", "Rose-Werner", role = "ctb", comment = c(GitHub = "laurarosewerner")), person("Emma", "Tupone", role = "ctb", comment = c(GitHub = "emmatup0205")), person("Xinru", "Wang", role = "ctb", comment = c(GitHub = "xrwangxr")) ) Description: Provides a unified set of helper functions to access datasets from the NYC Open Data platform . 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. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Imports: httr, jsonlite, tibble, janitor, curl, dplyr, rlang Suggests: ggplot2, knitr, rmarkdown, scales, testthat (>= 3.0.0), tidyr, 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 Depends: R (>= 4.1.0) Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-06-27 00:19:29 UTC RemoteUrl: https://github.com/ropensci/nycOpenData RemoteRef: main RemoteSha: 202d7690a5e0faf69047908b2991d578f27bd15d NeedsCompilation: no Packaged: 2026-06-27 03:07:12 UTC; root Author: Christian Martinez [aut, cre] (GitHub: martinezc1, ORCID: ), Crystal Adote [ctb] (GitHub: crystalna20), Jonah Dratfield [ctb] (GitHub: jdratfield38), Joyce Escatel-Flores [ctb] (GitHub: JoyceEscatel), Rob Hutto [ctb] (GitHub: robhutto), Isley Jean-Pierre [ctb] (GitHub: ijpier), Shannon Joyce [ctb] (GitHub: shannonjoyce), Laura Rose-Werner [ctb] (GitHub: laurarosewerner), Emma Tupone [ctb] (GitHub: emmatup0205), Xinru Wang [ctb] (GitHub: xrwangxr) Maintainer: Christian Martinez