data-raw/get-dcmi-xml.R

# From https://www.dublincore.org/schemas/xmls/

urls <- c (
    "https://www.dublincore.org/schemas/xmls/qdc/dc.xsd",
    "https://www.dublincore.org/schemas/xmls/qdc/dcterms.xsd",
    "https://www.dublincore.org/schemas/xmls/qdc/dcmitype.xsd"
)

for (u in urls) {
    f <- file.path (here::here (), "inst", "extdata", "dc", basename (u))
    download.file (u, f)
}
ropenscilabs/deposits documentation built on July 16, 2025, 1:38 p.m.