pacman (version 0.5.1)

p_library: 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 TRUE opens the directory of the add on packages library.

Examples

Run this code
# NOT RUN {
p_lib()
p_library()
# }
# NOT RUN {
p_lib(TRUE)
# }

Run the code above in your browser using DataLab