The goal of the R package zenodor is to provide an CLI interface to
list and download files from a Zenodo repository. This package works
with open and restricted access repositories. For restricted repository
a token must be provided.
You can install the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("frbcesab/zenodor")Then you can attach the package zenodor:
library("zenodor")The package zenodor contains two functions:
- zen_list_files() lists files available for download
- zen_download_files() downloads one, several or all files available on the repo
Please cite this package as:
Casajus Nicolas (2023) zenodor: An R package to download files from a Zenodo repository. R package version 0.1. URL: https://github.com/frbcesab/zenodor.
Please note that the zenodor project is released with a Contributor
Code of
Conduct.
By contributing to this project, you agree to abide by its terms.

