wf_set_key: Set secret ECMWF token

View source: R/wf_set_key.R

wf_set_keyR Documentation

Set secret ECMWF token

Description

Saves the token to your local keychain under a service called "ecmwfr".

Usage

wf_set_key(key, user = "ecmwfr")

Arguments

key

token provided by ECMWF

user

user (email address) used to sign up for the ECMWF data service, if only a single user is needed it defaults to ("ecmwfr").

Details

In systems without keychain management set the option keyring_backend to 'file' (i.e. options(keyring_backend = "file")) in order to write the keychain entry to an encrypted file. This mostly pertains to headless Linux systems. The keychain files can be found in ~/.config/r-keyring.

Value

It invisibly returns the user.

Author(s)

Koen Hufkens

See Also

wf_get_key

Examples


## Not run: 
# set key
wf_set_key(key = "123")

# get key
wf_get_key()

# leave user and key empty to open a browser window to the service's website
# and type the key interactively
wf_set_key()


## End(Not run)

ecmwfr documentation built on Sept. 11, 2024, 6:15 p.m.