List the contents of the Java distributions cache folder
java_list_distrib_cache(
cache_path = getOption("rJavaEnv.cache_path"),
output = c("data.frame", "vector"),
quiet = TRUE
)
A character vector with the contents of the cache directory.
The destination directory to download the Java distribution to. Defaults to a user-specific data directory.
The format of the output: "data.frame" or "vector". Defaults to "data.frame".
A logical
value indicating whether to suppress messages. Can be TRUE
or FALSE
.