bib_scrp | R Documentation |
Find bibtex tags in a document, scrape entries from external bib file, save new
bib_scrp(
rmd_in,
bib_new = "refs.bib",
ext_bib = "https://fawda123.github.io/refs/refs.bib"
)
rmd_in |
chr string of path to Rmd file |
bib_new |
path for output .bib file |
ext_bib |
chr string of url for external bib file to scrape |
Currently only works for .Rmd files with the Rmarkdown format of bibtex tags, e.g., [@Jones18]
. The user must also check the external bib file to make sure all tags in the .Rmd file are present.
A new bib file is saved, nothing is returned to the console
## Not run:
bib_scrp('document.Rmd', 'refs.bib')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.