dpkg_meta: get the metadata associated with a data package

View source: R/dpkg_tibble.R

dpkg_metaR Documentation

get the metadata associated with a data package

Description

get the metadata associated with a data package

Usage

dpkg_meta(x)

Arguments

x

a dpkg object

Value

a list of metadata key value pairs

Examples


x <- as_dpkg(mtcars, name = "mtcars", title = "Motor Trend Road Car Tests")
attr(x, "description") <- "This is a data set all about characteristics of different cars"
attr(x, "homepage") <- "https://github.com/cole-brokamp/dpkg"
x

dpkg_meta(x)

dpkg documentation built on April 4, 2025, 12:30 a.m.