What ERDDAP serves now: allDatasets as a table
Source: R/catalog_datasets.R
fetch_erddap_datasets.RdWhat ERDDAP serves now: allDatasets as a table
Arguments
- base
the ERDDAP base URL (
…/erddap)- fetch
the HTTP function (see
check_dataset_citation()); the tests inject one that serves a saved CSV- x
the CSV text of
allDatasets.csv?datasetID,title
Value
A tibble datasetID, title — the allDatasets
row itself dropped — or NULL when the server did not answer.