Learn R Programming

xfun (version 0.33)

base_pkgs: Get base R package names

Description

Return names of packages from installed.packages() of which the priority is "base".

Usage

base_pkgs()

Arguments

Value

A character vector of base R package names.

Examples

Run this code
if (FALSE) { # interactive()
xfun::base_pkgs()
}

Run the code above in your browser using DataLab