Currently I'm using a Paperpile shared folder to track citations. When I want to add a new citation, I add it in Paperpile, then export the shared folder as BibTeX, then copy the .bib file into this folder, then I use citr's RStudio Add-in to add a citation.
The primary step I'd like to automate is the .bib file generation and import.
Currently I'm using a Paperpile shared folder to track citations. When I want to add a new citation, I add it in Paperpile, then export the shared folder as BibTeX, then copy the
.bib
file into this folder, then I use citr's RStudio Add-in to add a citation.The primary step I'd like to automate is the
.bib
file generation and import.