p_base: Base Install Packages

Description Usage Arguments Note See Also Examples

View source: R/p_base.R

Description

List just base packages or list all the packages in the local library and mark those in a base install.

Usage

1
p_base(base.only = TRUE, open = FALSE, basemarker = "***")

Arguments

base.only

logical. If TRUE a character vector of only base install packages is returned.

open

logical. If TRUE opens the directory of the base install packages.

basemarker

Character string. The string to append to mark which packages are part of the default packages.

Note

Packages that are installed when R starts are marked with an asterisk(*).

See Also

getOption

Examples

1
2
3
4
5
## Not run: 
p_base()
p_base(TRUE)

## End(Not run)

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