removePackage | R Documentation |
Removes package from SyncroSim installation
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)
name |
character. The name of the package to remove |
session |
|
force |
logical. If |
Invisibly returns TRUE
upon success (i.e.successful
removal) and FALSE
upon failure.
# Set SyncroSim Session mySession <- session() # Remove package from SyncroSim Session removePackage("stsim", mySession, force = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.