Learn R Programming

multilinguer (version 0.2.4)

remove_jdk: Remove Jdk

Description

Uninstall jdk from this package.

Usage

remove_jdk(path = jdk_path())

uninstall_jdk(path = jdk_path())

Arguments

path

The path in which jdk is installed.

See Also

Other jdk-installer: install_jdk(), jdk_path()

Other jdk-installer: install_jdk(), jdk_path()

Examples

Run this code
if (FALSE) {
  remove_jdk()
  uninstall_jdk()
}

Run the code above in your browser using DataLab