Learn R Programming

odns (version 1.0.2)

package_metadata: Get metadata for a package.

Description

Get a specified packages metadata as a list.

Usage

package_metadata(package)

Value

a list containing the package metadata.

Arguments

package

A character vector of length 1 specifying a package id or name which identifies the package for which metadata should be returned.

Examples

Run this code
if (FALSE) {
package_metadata(package = "standard-populations")
package_metadata(package = "4dd86111-7326-48c4-8763-8cc4aa190c3e")
}

Run the code above in your browser using DataLab