Cannot access Group Library references using citr in R/Rstudio
Hi! Not sure if this is a Zotero or an R/RStudio issue but figured I would start here. When using the citr addin for RStudio, citations in group libraries are not findable. Is this because Group Library citations aren't stored locally, or are stored in a separate file from the regular My Library that citr looks for through Better BibTeX? Thanks for any insight, and let me know if this needs to go to the R package developer.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
https://app.box.com/s/xvm1qmmyy2srjalsgigimry152iy1ev9
(I hope you can view this screenshot, let me know if not.)
Thanks!
devtools::install_github("crsh/citr")
Another option would be to install:
devtools::install_github("paleolimbot/rbbt")
which I have found works much better when you have very large libraries because it uses BetterBibTeX's native interface and doesn't require your entire library to be pre-loaded into R before inserting citations.