Description Usage Arguments Details Value Author(s) References Examples
R wrapper for ESPA Ordering System User Information API.
1 2 | espa_ordering_userinformation(usgs_eros_username, usgs_eros_password,
verbose = F)
|
usgs_eros_username |
Character. Your USGS registration username. You can register for an account at https://espa.cr.usgs.gov |
usgs_eros_password |
Character. Your USGS registration password. WARNING: USING THIS WITH R IS NOT PARTICULARLY SECURE. |
verbose |
Logical. Verbose execution? Default=F. |
Returns user information for the authenticated user.
List of user information.
Jonathan A. Greenberg (espa-tools@estarcion.net) (wrapper) and USGS ESPA Developers (API and documentation)
https://github.com/USGS-EROS/espa-api#apiUser
1 2 3 4 | ## Not run:
espa_ordering_userinformation(usgs_eros_username="myusername",usgs_eros_password="mypassword")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.