Nothing
## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----example------------------------------------------------------------------
# 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)
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.