Skip to content

FRBCesab/zoteror

Repository files navigation

zoteror

R CMD Check Website License: GPL (>= 2)

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 with:

# install.packages("remotes")
remotes::install_github("FRBCesab/zoteror")

Then you can attach the package zoteror:

library("zoteror")

Get started

The package zoteror only contains the function get_zotero_data() to retrieve references metadata from the Zotero local database.

Citation

Please cite this package as:

Casajus Nicolas (2024) zoteror: An R package to handle Zotero local database. R package version 0.0.1. https://github.com/FRBCesab/zoteror

Contributing

All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.

Please note that the zoteror project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.