Learn R Programming

rJavaEnv (version 0.3.0)

java_env_set_rprofile: Update the .Rprofile file in the project directory

Description

Update the .Rprofile file in the project directory

Usage

java_env_set_rprofile(java_home, project_path = NULL)

Arguments

java_home

The path to the desired JAVA_HOME.

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.