java_list_in_project {rJavaEnv} | R Documentation |
List the Java versions symlinked in the current project
java_list_in_project(
project_path = NULL,
output = c("data.frame", "vector"),
quiet = TRUE
)
project_path |
The project directory to list. Defaults to the current working directory. |
output |
The format of the output: "data.frame" or "vector". Defaults to "data.frame". |
quiet |
A |
A data frame or character vector with the symlinked Java versions in the project directory.