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.
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.