https://github.com/frbcesab/zoteror
:package: Retrieve references from Zotero database
https://github.com/frbcesab/zoteror
database r-package references zotero
Last synced: 9 months ago
JSON representation
:package: Retrieve references from Zotero database
- Host: GitHub
- URL: https://github.com/frbcesab/zoteror
- Owner: FRBCesab
- License: gpl-2.0
- Created: 2022-10-04T07:07:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T12:07:57.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:51:22.836Z (about 1 year ago)
- Topics: database, r-package, references, zotero
- Language: R
- Homepage: https://frbcesab.github.io/zoteror
- Size: 327 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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%")
```
zoteror
=========================================================
[](https://github.com/FRBCesab/zoteror/actions/workflows/R-CMD-check.yaml)
[](https://github.com/FRBCesab/zoteror/actions/workflows/pkgdown.yaml)
[](https://choosealicense.com/licenses/gpl-2.0/)
## Table of contents
• Overview
• Installation
• Get started
• Citation
• Contributing
## Overview
The goal of the R package `zoteror` is to connect to the Zotero SQLite database (local only) and to extract bibliographic references metadata as a `data.frame`.
User can:
- select which fields are returned
- filter by type of documents (article, book, book chapter, etc.)
## Installation
You can install the development version from [GitHub](https://github.com/) with:
```{r eval = FALSE}
# install.packages("remotes")
remotes::install_github("FRBCesab/zoteror")
```
Then you can attach the package `zoteror`:
```{r eval = FALSE}
library("zoteror")
```
## Get started
The package `zoteror` only contains the function [`get_zotero_data()`](https://frbcesab.github.io/zoteror/reference/get_zotero_data.html)
to retrieve references metadata from the Zotero local database.
## Citation
Please cite this package as:
> Casajus Nicolas (`r format(Sys.Date(), "%Y")`) zoteror: An R package to
handle Zotero local database. R package version 0.0.1.
## Contributing
All types of contributions are encouraged and valued. For more information,
check out our [Contributor Guidelines](https://github.com/FRBCesab/zoteror/blob/main/CONTRIBUTING.md).
Please note that the `zoteror` project is released with a
[Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.