Learn R Programming

xfun (version 0.30)

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
# NOT RUN {
xfun::base_pkgs()
# }

Run the code above in your browser using DataLab