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

View source: R/nexml_publish.R

nexml_publishR Documentation

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")

Arguments

nexml

a nexml object (or file path)

...

additional arguments, depending on repository. See examples.

repository

destination repository

Value

a digital object identifier to the published data

Examples

## Not run: 
data(bird.orders)
birds <- add_trees(bird.orders)
doi <- nexml_publish(birds, visibility = "public", repository="figshare")

## End(Not run)

ropensci/RNeXML documentation built on Jan. 14, 2023, 4:36 a.m.