Unset the JAVA_HOME and PATH environment variables in the project .Rprofile
Source:R/java_env.R
java_env_unset.Rd
Unset the JAVA_HOME and PATH environment variables in the project .Rprofile
Value
Nothing. Removes the JAVA_HOME and PATH environment variables settings from the project .Rprofile.
Examples
if (FALSE) { # \dontrun{
# clear the JAVA_HOME and PATH environment variables in the specified project .Rprofile
java_env_unset(project_path = tempdir())
} # }