Learn R Programming

rgee (version 0.2.0)

ee_remove_credentials: Delete Credentials

Description

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.

Usage

ee_remove_credentials(email = "not_defined", quiet = FALSE)

Arguments

email

Character (optional, e.g. data.colec.fbf@gmail.com). The directory (all user credentials) to delete.

quiet

Logical (optional). Suppress info messages.

Examples

Run this code
# NOT RUN {
{
# }
# NOT RUN {
ee_remove_credentials()
ee_remove_credentials('data.colec.fbf@gmail.com')
# }
# NOT RUN {
}
# }

Run the code above in your browser using DataLab