espa_creds: Input and Save esap-api Credentials

Description Usage Arguments Details Value Examples

Description

Save the ESPA login credentials as global environment to be used in other functions in rLandsat. This is a pre-requisite for running any of the other functions requiring espa-api

Usage

1
espa_creds(username, password)

Arguments

username

espa account's username

password

espa account's password corresponding to the username

Details

If you do not have an account with espa, please create one here: https://ers.cr.usgs.gov/register

Value

NULL. Just saves the username and password in .Reviron

Examples

1
2
# set the espa credentials to be used by other functions
espa_creds(username = "your_espaname", password = "secret_password")

rLandsat documentation built on July 7, 2019, 1:03 a.m.