removeVersion {AMAPVox}R 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)

[Package AMAPVox version 2.2.1 Index]