p_delete {pacman} | R Documentation |
Remove package(s) from the library permanently.
p_delete(..., char, character.only = FALSE, quiet = FALSE)
p_del(..., char, character.only = FALSE, quiet = FALSE)
char |
Character vector containing packages to load. If you are calling
|
character.only |
logical. If |
quiet |
logical. Passed to |
... |
name(s) of package(s). |
Using this function will remove the package from your library and cannot be loaded again without reinstalling the package.
## Not run:
p_delete(pacman) # You never want to run this
## End(Not run)