set_software | R Documentation |
set_software
set_software(codemeta)
codemeta |
codemeta object, see examples |
an eml software element
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.