Learn R Programming

rgee (version 1.1.5)

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 ee_Initialize(...) successfully. They are saved in the path rgee::ee_get_earthengine_path().

Usage

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

Value

No return value, called for cleaning Google Drive, Google Cloud Storage, and/or Earth Engine credentials.

Arguments

user

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

quiet

Logical. Suppress info messages.

See Also

Other ee_clean functions: ee_clean_container(), ee_clean_pyenv()