wf_services: ECMWF services list

View source: R/wf_services.R

wf_servicesR Documentation

ECMWF services list

Description

Returns a list of services

Usage

wf_services(user, simplify = TRUE)

Arguments

user

user (email address) used to sign up for the ECMWF data service, used to retrieve the token set by wf_set_key

simplify

simplify the output, logical (default = TRUE)

Value

returns a nested list or data frame with the ECMWF services

See Also

wf_set_key wf_transfer wf_request

Examples


## Not run: 
# set key
wf_set_key(user = "test@mail.com", key = "123")

# get a list of services
wf_services("test@mail.com")

# get a list of datasets
wf_services("test@mail.com")

## End(Not run)

ecmwfr documentation built on Jan. 22, 2023, 1:23 a.m.