wf_services: ECMWF services list

Description Usage Arguments Value See Also Examples

View source: R/wf_services.R

Description

Returns a list of services

Usage

1
wf_services(email, simplify = TRUE)

Arguments

email

email address used to sign up for the ECMWF data service and 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

1
2
3
4
5
6
7
8
# set key
wf_set_key(email = "test@mail.com", key = "123")

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

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

lhmet-forks/ecmwfr documentation built on April 21, 2020, 1:24 a.m.