List the contents of the Java installations cache folder
java_list_installed_cache(
output = c("data.frame", "vector"),
quiet = TRUE,
cache_path = getOption("rJavaEnv.cache_path")
)
A data frame or character vector with the contents of the cache 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
.
The cache directory to list. Defaults to the user-specific data directory. Not recommended to change.