library(zoterro)

knitr::opts_chunk$set(
  cache = TRUE,
  cache.path = ".cache/README/",
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(tidyverse)
library(hexSticker)

p <- data.frame(x=1, y=1) %>%
  ggplot(aes(x=x, y=y)) +
  ggimage::geom_image(image="~/Downloads/zorro_hat.png")

sticker(
  "img-raw/zoterro.png",

  package = "zoterro",
  p_size = 20,
  s_x = 1,
  s_y = 0.75,
  s_width = 0.6,
  h_fill = "#DF0025",
  url = "https://mbojan.github.io/zoterro",
  filename = "man/figures/logo.png"
)

zoterro

R build status CRAN status Lifecycle: maturing Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Zotero is a free tool for collecting, organizing, and citing research developed by the Corporation for Digital Scholarship. Zoterro (with double "r") is a simple R client to the Zotero web API (ver. 3) which can be used to access the data of public groups, your personal account, or groups you are a member of.

The client implements convenience functions for fetching data from the most frequently needed API endpoints. Endpoints for which no convenience wrapper is offered (yet) can be accessed using the low-level interface provided by zotero_api(). See Zotero API documentation for what endpoints are available.

Installation

Install the development version from GitHub via:

# install.packages("remotes")
remotes::install_github("mbojan/zoterro")

Examples

Code of Conduct

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



mbojan/zoterro documentation built on Oct. 18, 2023, 12:10 p.m.