Skip to contents

List the Java versions symlinked in the current project

Usage

java_list_in_project(
  project_dir = getwd(),
  output = c("data.frame", "vector"),
  verbose = FALSE
)

Arguments

project_dir

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".

verbose

Whether to print detailed messages. Defaults to FALSE.

Value

A data frame or character vector with the symlinked Java versions in the project directory.

Examples

java_list_in_project()
#>  Project Java symlink directory does not exist
#> character(0)