Learn R Programming

rJavaEnv (version 0.3.0)

java_clear_distrib_cache: Clear the Java distributions cache folder

Description

Clear the Java distributions cache folder

Usage

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

Value

A message indicating whether the cache was cleared or not.

Arguments

cache_path

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

check

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

delete_all

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