p_delete: Permanently Remove Package Removal(s) From Library

Description Usage Arguments Warning See Also Examples

Description

Remove package(s) from the library permanently.

Usage

1
2
3
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 p_delete from within a function (or just having difficulties calling it using a character vector input) then pass your character vector of packages to load to this parameter directly.

character.only

logical. If TRUE then p_load will only accept a single input which is a character vector containing the names of packages to load.

quiet

logical. Passed to print.p_delete as an attribute. If TRUE no messages confirming package deletions are printed.

...

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

remove.packages

Examples

1
2
3
4
## Not run: 
p_delete(pacman) # You never want to run this

## End(Not run)

pacman documentation built on May 2, 2019, 1:08 p.m.