p_delete {pacman} | R Documentation |
Permanently Remove Package Removal(s) From Library
Description
Remove package(s) from the library permanently.
Usage
p_delete(..., char, character.only = FALSE, quiet = FALSE)
p_del(..., char, character.only = FALSE, quiet = FALSE)
Arguments
char |
Character vector containing packages to load. If you are calling
|
character.only |
logical. If |
quiet |
logical. Passed to |
... |
name(s) of package(s). |
Warning
Using this function will remove the package from your library and cannot be loaded again without reinstalling the package.
See Also
Examples
## Not run:
p_delete(pacman) # You never want to run this
## End(Not run)
[Package pacman version 0.5.1 Index]