Description Usage Arguments Examples
Delete all the credentials according to a specific user. The credentials
are saved in the path rgee::ee_get_earthengine_path()
after running
successfully at least once ee_Initialize(...)
. However, if you run
ee_Initialize(...)
with the same email argument the new credentials
will be overwritten.
1 | ee_remove_credentials(email = "not_defined", quiet = FALSE)
|
email |
Character (optional, e.g. |
quiet |
Logical (optional). Suppress info messages. |
1 2 3 4 5 6 | ## Not run:
library(rgee)
ee_remove_credentials()
ee_remove_credentials('data.colec.fbf@gmail.com')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.