Learn R Programming

rapbase (version 1.24.2)

getRapPackages: Get all installed Rapporteket packages

Description

Get all installed packages that depends on 'rapbase' which itself will not be reported

Usage

getRapPackages()

Arguments

Value

Character vector of packages names

Examples

Run this code
## Relevant only in a Rapporteket-like context
if (isRapContext()) {
  getRapPackages()
}

Run the code above in your browser using DataLab