We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.njtierney.com/post/2021/03/19/cite-r-pkgs/
The text was updated successfully, but these errors were encountered:
Thanks for this helpful post Nick. Perhaps something like this may help:
library(clipr) library(tidyverse) # for the %>% utils::toBibtex(citation("rmarkdown")) %>% clipr::write_clip(content = .)
If the purpose is just to copy the main BibTeX entries for an R package via the utils::citation()
BibTeX
R
utils::citation()
Sorry, something went wrong.
Even if you write the text to clipboard, it still requires two manual steps (1. run the code; 2. paste and save). Here is how to fully automate it: https://bookdown.org/yihui/rmarkdown-cookbook/write-bib.html
Amazing, thank you both, @shamindras and @yihui !
No branches or pull requests
How to Cite R Packages Like R Markdown | Credibly Curious
https://www.njtierney.com/post/2021/03/19/cite-r-pkgs/
The text was updated successfully, but these errors were encountered: