Skip to contents

Unset the JAVA_HOME and PATH environment variables in the project .Rprofile

Usage

java_env_unset(verbose = TRUE)

Arguments

verbose

Whether to print detailed messages. Defaults to TRUE.

Value

Nothing. Removes the JAVA_HOME and PATH environment variables settings from the project .Rprofile.

Examples

if (FALSE) {
java_env_unset()
}