ee_remove_credentials: Delete Credentials

Description Usage Arguments Examples

View source: R/ee_remove.R

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

1
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

1
2
3
4
5
6
## Not run: 
library(rgee)
ee_remove_credentials()
ee_remove_credentials('data.colec.fbf@gmail.com')

## End(Not run)

ryali93/rgee documentation built on May 13, 2020, 4:34 a.m.