Last chance! 50% off unlimited learning
Sale ends in
# \donttest{
# Define Zotero list according to default group
zotero = Zotero(
user = FALSE,
id = "4827927",
api = "RqlAmlH5l1KPghfCseAq1sQ1",
item.type = "-attachment || note",
max.result = 1,
library = TRUE
)
# Export 1 items from the default group
example <- ZoteroExport(
zotero
)
# Display exported
cat(example$export, fill = 80)
# }
Run the code above in your browser using DataLab