Retrieves the current MTA Open Data catalog and returns datasets available for use with `mta_pull_dataset()`.
Value
A tibble of available datasets, including generated `key`, dataset `uid`, and dataset `dataset_title`.
Examples
if (interactive() && curl::has_internet()) {
mta_list_datasets()
}