rs_get_key: Retrieve NASA Earth Data password

View source: R/rs_get_key.R

rs_get_keyR Documentation

Retrieve NASA Earth Data password

Description

Returns you token set by rs_set_key

Usage

rs_get_key(user)

Arguments

user

username used to sign up

Value

the password set using rs_set_key saved in the keychain

Author(s)

Koen Hufkens

See Also

rs_set_key

Examples


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

# get key
rs_get_key(user = "test@mail.com")

## End(Not run)

appeears documentation built on Sept. 15, 2023, 5:06 p.m.