java_clear_installed_cache: Clear the Java installations cache folder

View source: R/java_manage_installed_cache.R

java_clear_installed_cacheR Documentation

Clear the Java installations cache folder

Description

Clear the Java installations cache folder

Usage

java_clear_installed_cache(
  check = TRUE,
  delete_all = FALSE,
  cache_path = getOption("rJavaEnv.cache_path")
)

Arguments

check

Whether to list the contents of the cache directory before clearing it. Defaults to TRUE.

delete_all

Whether to delete all installations without prompting. Defaults to FALSE.

cache_path

The cache directory to clear. Defaults to the user-specific data directory.

Value

A message indicating whether the cache was cleared or not.


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