This release continues the transition to a catalog-driven workflow
for accessing NYC Open Data datasets in R, emphasizing transparency,
reproducibility, and streamlined API access.
nyc_list_datasets() now serves as the primary entry
point for discovering datasets available through the live NYC Open Data
catalog.
nyc_pull_dataset() provides a unified interface for
downloading datasets using either human-readable catalog keys or Socrata
dataset UIDs.
Dataset keys are generated dynamically using
janitor::make_clean_names() based on live catalog
metadata.
Expanded support for flexible dataset discovery and retrieval
without requiring dedicated dataset wrapper functions.
New features
Added support for flexible dataset selection using either: