Skip to contents

Get ERDDAP dataset information.

Usage

ed_info(dataset)

Arguments

dataset

{region}_{frequency} of dataset. Valid values (so far): "global_8day" or "global_monthly" (default).

Value

ERDDAP info object

Examples

ed_info() # default: dataset = "global_monthly"
#> Error in ed_info(): argument "dataset" is missing, with no default
ed_info("global_8day")
#> Error in ed_info("global_8day"): ERDDAP server is offline or unreachable: Server is online with status code: 403