knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
"I think the health of our civilization, the depth of our awareness about the underpinnings of our culture and our concern for the future can all be tested by how well we support our libraries" (Sagan, 1980, p. 282).
I love libraries. I also love meta-libraries. Currently, there exists no adequate way to browse public Zotero libraries, however, you may search groups at the Zotero website.
In the following example, we will harvest the items stored in such a public Zotero group. Also, please see the magnificent vignette and other documentation.
# Setup library(c2z) # Query public library example <- Zotero( user = FALSE, id = "4986462", api = NA, library = TRUE, index = TRUE ) # Select only names in index and print example$index |> dplyr::select(name) |> print(width = 80)
Sagan, C. (1980). Cosmos. Ballantine Books.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.