ee_clean_pyenv {rgee} | R Documentation |
Remove rgee system variables from .Renviron
Description
Remove rgee system variables from .Renviron
Usage
ee_clean_pyenv(Renviron = "global")
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). |
Value
No return value, called for cleaning environmental variables in their system.
See Also
Other ee_clean functions:
ee_clean_container()
,
ee_clean_user_credentials()
[Package rgee version 1.1.7 Index]