setJavaPath | R Documentation |
This is an option function that makes it possible to set the JAVA environment variable in R, if it is not already set. It first tests if the path ends with java or java.exe and if it is actually a file. Note that if an empty character is passed to this function, it resets the JAVA environment variable and J4R will then rely on the path to find java.exe.
setJavaPath(path)
path |
the complete path to Java as in the example below. The file.path function should be used to define the path |
file.path
myPath <- file.path("C:","Program Files (x86)","Java", "jre1.8.0_221", "bin", "java.exe")
# setJavaPath(myPath) ### not run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.