powered by
Removes package from SyncroSim installation
removePackage(name, session = NULL, force = FALSE)# S4 method for ANY,character removePackage(name, session = NULL, force = FALSE)# S4 method for ANY,missingOrNULL removePackage(name, session = NULL, force = FALSE)# S4 method for ANY,Session removePackage(name, session = NULL, force = FALSE)
# S4 method for ANY,character removePackage(name, session = NULL, force = FALSE)
# S4 method for ANY,missingOrNULL removePackage(name, session = NULL, force = FALSE)
# S4 method for ANY,Session removePackage(name, session = NULL, force = FALSE)
Invisibly returns TRUE upon success (i.e.successful removal) and FALSE upon failure.
TRUE
FALSE
character. The name of the package to remove
Session object. If NULL (default), session() will be used
Session
NULL
session()
logical. If TRUE, remove without requiring confirmation from the user. Default is FALSE
if (FALSE) { # Set SyncroSim Session mySession <- session() # Remove package from SyncroSim Session removePackage("stsim", mySession, force = FALSE) }
Run the code above in your browser using DataLab