View source: R/VersionManager.R
removeVersion | R Documentation |
Uninstall specific AMAPVox version from your computer.
removeVersion(version)
version |
a valid and existing AMAPVox local version number (major.minor.build) |
getLocalVersions()
, installVersion()
## Not run:
# uninstall oldest version from your computer
removeVersion(head(getLocalVersions()$version, 1))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.