I can export the Zenodo Metadata into different formats using myrec$exportAs("BibTeX", filename = "myfilename"), but I did not find the opposite, i.e. import the Zenodo Metadata from a file and load it into the record, i.e. myrec$importFrom( filename = "myfilename").
- it would be great to have the possibility to import metadata stored in a file, e.g. one can create a template containing specific info, and add additional metadata afterwards.
- this would also make it possible, to edit the metadata outside R with a text editor
- would it be possible to add yaml as an export (and import) format, as yaml is very easy to read and edit
Thanks,
Rainer
I can export the Zenodo Metadata into different formats using
myrec$exportAs("BibTeX", filename = "myfilename"), but I did not find the opposite, i.e. import the Zenodo Metadata from a file and load it into the record, i.e.myrec$importFrom( filename = "myfilename").Thanks,
Rainer