Retrieves the current Open NY catalog and returns datasets available for use with `nys_pull_dataset()`.
Value
A tibble of available datasets, including generated `key`, dataset `uid`, and dataset `title`.
Examples
if (interactive() && curl::has_internet()) {
nys_list_datasets()
}