java_list_distrib_cache: List the contents of the Java distributions cache folder

View source: R/java_manage_distrib_cache.R

java_list_distrib_cacheR Documentation

List the contents of the Java distributions cache folder

Description

List the contents of the Java distributions cache folder

Usage

java_list_distrib_cache(
  cache_path = getOption("rJavaEnv.cache_path"),
  output = c("data.frame", "vector"),
  quiet = TRUE
)

Arguments

cache_path

The destination directory to download the Java distribution to. Defaults to a user-specific data directory.

output

The format of the output: "data.frame" or "vector". Defaults to "data.frame".

quiet

A logical value indicating whether to suppress messages. Can be TRUE or FALSE.

Value

A character vector with the contents of the cache directory.


rJavaEnv documentation built on Sept. 14, 2024, 1:07 a.m.