dpkg_meta | R Documentation |
get the metadata associated with a data package
dpkg_meta(x)
x |
a dpkg object |
a list of metadata key value pairs
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.