java_list_installed_cache {rJavaEnv} | R Documentation |
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")
)
output |
The format of the output: "data.frame" or "vector". Defaults to "data.frame". |
quiet |
A |
cache_path |
The cache directory to list. Defaults to the user-specific data directory. Not recommended to change. |
A data frame or character vector with the contents of the cache directory.