dpkg_meta {dpkg} | R 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)
[Package dpkg version 0.6.1 Index]