p_library {pacman} | R Documentation |
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).
p_library(open = FALSE)
p_lib(open = FALSE)
open |
logical. If |
p_lib()
p_library()
## Not run:
p_lib(TRUE)
## End(Not run)