Closed rkrug closed 1 year ago
Hi,
Sorry for the late reply, I've been on vacation.
It is possible to access group libraries and export them according to the Zotero Web API Documentation.
example <- Zotero( user = FALSE, id = "4986462", api = NA, library = TRUE, export = TRUE, format = "json" ) example$results
I hope this helps!
Thanks a lot - yes this helps.
Hi
This package looks great for accessing Zotero.
But I am looking for a way to access Group libraries for essentially downloading them in a format, which I can use in further analysis - is this possible? I couldn't figure it out yet.
Thanks,
Rainer