knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
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)
Under construction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.