File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 100100 my-dataset/
101101 datafile
102102
103+
104+ Importing data from an external provider:
105+
106+ .. code-block:: console
107+
108+ $ renku dataset import 10.5281/zenodo.3352150
109+
110+ This will import the dataset with the DOI (Digital Object Identifier)
111+ ``10.5281/zenodo.3352150`` and make it locally available.
112+ Dataverse and Zenodo are supported, with DOIs (e.g. ``10.5281/zenodo.3352150``
113+ or ``doi:10.5281/zenodo.3352150``) and full URLs (e.g.
114+ ``http://zenodo.org/record/3352150``)
115+
116+ Exporting data to an external provider:
117+
118+ .. code-block:: console
119+
120+ $ renku dataset export my-dataset zenodo
121+
122+ This will export the dataset ``my-dataset`` to ``zenodo.org`` as a draft,
123+ allowing for publication later on.
124+
125+
103126Listing all files in the project associated with a dataset.
104127
105128.. code-block:: console
You can’t perform that action at this time.
0 commit comments