removePackage {rsyncrosim} | R Documentation |
Removes package from SyncroSim installation
Description
Removes package from SyncroSim installation
Usage
removePackage(name, session = NULL, force = FALSE)
## S4 method for signature 'ANY,character'
removePackage(name, session = NULL, force = FALSE)
## S4 method for signature 'ANY,missingOrNULL'
removePackage(name, session = NULL, force = FALSE)
## S4 method for signature 'ANY,Session'
removePackage(name, session = NULL, force = FALSE)
Arguments
name |
character. The name of the package to remove |
session |
|
force |
logical. If |
Value
Invisibly returns TRUE
upon success (i.e.successful
removal) and FALSE
upon failure.
Examples
## Not run:
# Set SyncroSim Session
mySession <- session()
# Remove package from SyncroSim Session
removePackage("stsim", mySession, force = FALSE)
## End(Not run)
[Package rsyncrosim version 1.5.0 Index]