p_base {pacman} | R Documentation |
Base Install Packages
Description
List just base packages or list all the packages in the local library and mark those in a base install.
Usage
p_base(base.only = TRUE, open = FALSE, basemarker = "***")
Arguments
base.only |
logical. If |
open |
logical. If |
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
Examples
## Not run:
p_base()
p_base(TRUE)
## End(Not run)
[Package pacman version 0.5.1 Index]