removeVersion: Remove specific AMAPVox version from local computer.

View source: R/VersionManager.R

removeVersionR Documentation

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

## Not run: 
# uninstall oldest version from your computer
removeVersion(head(getLocalVersions()$version, 1))

## End(Not run)

AMAPVox documentation built on July 9, 2023, 5:32 p.m.