# \donttest{
# Conduct an autosearch in CrossRef using title, authors and date
example <- ZoteroMatch(
title = "Nonreplicable publications",
authors = "Serra-Garcia & Gneezy",
date = "2021",
autosearch = TRUE
)
# Print index using `ZoteroIndex`
if (any(nrow(example$data))) {
ZoteroIndex(example$data) |>
dplyr::select(name) |>
print(width = 80)
}
# }
Run the code above in your browser using DataLab