p_library {pacman} | R Documentation |
Display Library Packages
Description
Generates a vector of all packages available to the user and optionally opens the user's library (this isn't necessarily where all of the available packages are stored).
Usage
p_library(open = FALSE)
p_lib(open = FALSE)
Arguments
open |
logical. If |
Examples
p_lib()
p_library()
## Not run:
p_lib(TRUE)
## End(Not run)
[Package pacman version 0.5.1 Index]