View source: R/lsUpdateEEDataSets.R
lsUpdateEEDataSets | R Documentation |
The ‘EE.DataSets’ option of 'RGISTools' contains all the dataset names
supported by EarthExplorer API. If these names changes, lsUpdateEEDataSets
updates these data.
lsUpdateEEDataSets(username, password, logout = TRUE, verbose = FALSE)
username |
USGS's ‘EarthExplorer’ username. |
password |
USGS's ‘EarthExplorer’ password. |
logout |
logical argument. If |
verbose |
logical argument. If |
the dataset names in EarthExplorer API
## Not run: setRGISToolsOpt("EE.DataSets",NULL) getRGISToolsOpt("EE.DataSets") datasetNames<-lsUpdateEEDataSets(username = "username", password = "password") getRGISToolsOpt("EE.DataSets") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.