Description Usage Arguments See Also Examples
Unloads package(s) or all packages.
1 2 | unload_pac(..., except = c("rj", "bibliotheca", "nvimcom", "colorout"),
info = FALSE, verbose = TRUE)
|
... |
names of packages or no value (all packages will be removed). |
except |
vector with packages that will not be removed |
info |
Logical |
verbose |
return messages |
1 2 3 4 5 6 7 8 | ## Not run:
biblioteca(ggplot2, data.table)
unload_pac(ggplot2, data.table, cowplot)
unload_pac(a)
biblioteca(ggplot2, data.table)
unload_pac()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.