R/nexml_publish.R
nexml_publish.Rd
publish nexml files to the web and receive a DOI
nexml_publish(nexml, ..., repository = "figshare")
a nexml object (or file path)
additional arguments, depending on repository. See examples.
destination repository
a digital object identifier to the published data
if (FALSE) { # \dontrun{ data(bird.orders) birds <- add_trees(bird.orders) doi <- nexml_publish(birds, visibility = "public", repository="figshare") } # }