https://github.com/frbcesab/zenodor
:package: Download files from a Zenodo repository
https://github.com/frbcesab/zenodor
curl r-package zenodo
Last synced: 16 days ago
JSON representation
:package: Download files from a Zenodo repository
- Host: GitHub
- URL: https://github.com/frbcesab/zenodor
- Owner: FRBCesab
- License: gpl-2.0
- Created: 2023-06-29T15:21:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T08:26:41.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T13:13:57.348Z (about 1 month ago)
- Topics: curl, r-package, zenodo
- Language: R
- Homepage: https://frbcesab.github.io/zenodor
- Size: 258 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
out.width = "100%")
```zenodor
![]()
=========================================================[](https://github.com/frbcesab/zenodor/actions/workflows/R-CMD-check.yaml)
[](https://github.com/frbcesab/zenodor/actions/workflows/pkgdown.yaml)
[](https://choosealicense.com/licenses/gpl-2.0/)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.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
```{r eval = FALSE}
# install.packages("remotes")
remotes::install_github("frbcesab/zenodor")
```Then you can attach the package `zenodor`:
```{r eval = FALSE}
library("zenodor")
```## Overview
The package `zenodor` contains two functions:
- [zen_list_files()](https://frbcesab.github.io/zenodor/reference/zen_list_files.html)
lists files available for download
- [zen_download_files()](https://frbcesab.github.io/zenodor/reference/zen_download_files.html)
downloads one, several or all files available on the repo## Citation
Please cite this package as:
> Casajus Nicolas (`r format(Sys.Date(), "%Y")`) zenodor: An R
package to download files from a Zenodo repository.
R package version 0.1. URL: .## Code of Conduct
Please note that the `zenodor` project is released with a
[Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/).
By contributing to this project, you agree to abide by its terms.