Skip to contents

Return meta information about core packages

Usage

core_metadata(package = NULL)

Arguments

package

One (or more) core packages, if NULL shows information about all of them.

Value

a knitr::kable output with details about the core packages

Examples

if (FALSE) {
core_metadata()
core_metadata(c("pipapi", "wbpip"))
}