Learn R Programming

AMAPVox (version 2.2.1)

removeVersion: Remove specific AMAPVox version from local computer.

Description

Uninstall specific AMAPVox version from your computer.

Usage

removeVersion(version)

Arguments

version,

a valid and existing AMAPVox local version number (major.minor.build)

See Also

getLocalVersions(), installVersion()

Examples

Run this code
if (FALSE) {
# uninstall oldest version from your computer
removeVersion(head(getLocalVersions()$version, 1))
}

Run the code above in your browser using DataLab