Learn R Programming

rgee (version 0.5.0)

ee_clean_credentials: Delete Credentials

Description

Delete all the credentials according to a specific user. The credentials (Google Earth Engine, Google Drive and Google Cloud Storage) are created after running successfully ee_Initialize(...). They are saved in the path rgee::ee_get_earthengine_path().

Usage

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

Arguments

email

Character. Earth Engine user (e.g. data.colec.fbf).

quiet

Logical. Suppress info messages.

Examples

Run this code
# NOT RUN {
library(rgee)

ee_clean_credentials()
ee_clean_credentials('data.colec.fbf@gmail.com')

# }

Run the code above in your browser using DataLab