unload_pac: Unloads package

Description Usage Arguments See Also Examples

Description

Unloads package(s) or all packages.

Usage

1
2
unload_pac(..., except = c("rj", "bibliotheca", "nvimcom", "colorout"),
  info = FALSE, verbose = TRUE)

Arguments

...

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

See Also

detach

Examples

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)

salah31416/bibliotheca documentation built on June 16, 2019, 10:02 p.m.