RNeXML (version 2.4.11)

nexml_publish: publish nexml files to the web and receive a DOI

Description

publish nexml files to the web and receive a DOI

Usage

nexml_publish(nexml, ..., repository = "figshare")

Value

a digital object identifier to the published data

Arguments

nexml

a nexml object (or file path)

...

additional arguments, depending on repository. See examples.

repository

destination repository

Examples

Run this code
if (FALSE) {
data(bird.orders)
birds <- add_trees(bird.orders)
doi <- nexml_publish(birds, visibility = "public", repository="figshare")
}

Run the code above in your browser using DataLab