README.md

ztr4r

Overview

The development is in progress. At the moment, there is no function to be used.

ztr4r provides a Zotero Web API wrapper in R and a tool set for manipulating the contents in your Zotero library.

Installation

To get the current development version from GitHub with:

## install remotes package if it's not already
if (!requireNamespace("remotes", quietly = TRUE)) {
  install.packages("remotes")
}

## install dev version of ztr4r from github
remotes::install_github("tellnnn/ztr4r")

## load ztr4r package
library(ztr4r)

Usage

Under construction



tellnnn/ztr4r documentation built on Dec. 23, 2021, 8:43 a.m.