I am developing a web-scraping code looking for references on over 15,000 species names. I would like to save those references into specific zotero collections for each species in a local zotero library.
My plan is to use RSelenium for the web-scrapping, but I wonder if there is a way to create a new collection in a local zotero library using R?
I can create the collections by hand in the local zotero software, which can later be selected in the browser by RSelenium, but as you can image creating that many collection by hand will be error prone with that many species.