View source: R/java_manage_distrib_cache.R
java_list_distrib_cache | R Documentation |
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
)
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 |
A character vector with the contents of the cache directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.