Skip to contents

Retrieves the current Open NY catalog and returns datasets available for use with `chi_pull_dataset()`.

Usage

chi_list_datasets()

Value

A tibble of available datasets, including generated `key`, dataset `uid`, and dataset `name`.

Details

Keys are generated from dataset names using `janitor::make_clean_names()`.

Examples

if (interactive() && curl::has_internet()) {
  chi_list_datasets()
}