Skip to contents

Unset the Java build environment variables in the project .Rprofile

Usage

java_build_env_unset(project_path = NULL, quiet = FALSE)

Arguments

project_path

A character vector of length 1 containing the project directory where Java should be installed. If not specified or NULL, defaults to the current working directory.

quiet

A logical value indicating whether to suppress messages. Can be TRUE or FALSE.

Value

Does not return a value. Invisibly returns NULL.

Examples

if (FALSE) { # \dontrun{
# Remove Java build environment settings from the current project
java_build_env_unset()
} # }