set_software: set_software

View source: R/set_software.R

set_softwareR Documentation

set_software

Description

set_software

Usage

set_software(codemeta)

Arguments

codemeta

codemeta object, see examples

Value

an eml software element

Examples

cm <- jsonlite::read_json(system.file("extdata/codemeta.json", package = "EML"))
software <- set_software(cm)
my_eml <- eml$eml(packageId = "eml-1.2", system = "knb", software = software)

# write_eml(my_eml, "test.xml")

EML documentation built on April 29, 2022, 1:06 a.m.