orange_bibentry <- dublincore(
title = "Growth of Orange Trees",
creator = c(
person(
given = "N.R.",
family = "Draper",
role = "cre",
comment = c(VIAF = "http://viaf.org/viaf/84585260")
),
person(given = "H", family = "Smith", role = "cre")
),
contributor = person(given = "Antal", family = "Daniel", role = "dtm"),
publisher = "Wiley",
datasource = "https://isbnsearch.org/isbn/9780471170822",
dataset_date = 1998,
identifier = "https://doi.org/10.5281/zenodo.14917851",
language = "en",
description = "The Orange data frame has 35 rows and 3 columns of records
of the growth of orange trees."
)
# To inspect structured metadata from a dataset_df object:
as_dublincore(orange_df, type = "list")
Run the code above in your browser using DataLab