/rzenodo

Deposit data (or any research object) into Zenodo

Primary LanguageR

R interface to Zenodo

Super early alpha at this time. Nothing really works yet.

Setup

  • Sign up for zenodo
  • Log in and go your profile
  • Click personal access tokens and grab one.

Then add them to your .rprofile or source before running any script. Do not commit this to any public location as it is an application specific password to your account.

options(zenodo_key = "YOUR-KEY")

Installing this package

devtools::install_github("ropensci/rzenodo")