Learn R Programming

rgee (version 1.1.7)

ee_clean_pyenv: Remove rgee system variables from .Renviron

Description

Remove rgee system variables from .Renviron

Usage

ee_clean_pyenv(Renviron = "global")

Value

No return value, called for cleaning environmental variables in their system.

Arguments

Renviron

Character. If it is "global" the environment variables in the .Renviron located in the Sys.getenv("HOME") folder will be deleted. On the other hand, if it is "local" the environment variables in the .Renviron on the working directory (getwd()) will be deleted. Finally, users can also set a specific path (see examples).

See Also

Other ee_clean functions: ee_clean_container(), ee_clean_user_credentials()