java_env_set_rprofile {rJavaEnv} | R Documentation |
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.
|
[Package
rJavaEnv version 0.2.2
Index]