bbl_ext | R Documentation |
Extract bib entries from a bib file that are in bbl
bbl_ext(bbl_fl, bib_fl, bib_new = NULL, titlecase = FALSE)
bbl_fl |
chr string of bbl file with entries to extract |
bib_fl |
chr string of bib file for all entries |
bib_new |
chr string of path for new bib file with abbreviated titles, appends '_kp' to input file name if blank |
titlecase |
logical indicating if the title field is converted to titlecase, not perfect so make sure to check final entries manually |
This function assumes that the bib file with entries to extract based on keys in bbl includes extra entries not needed for a document.
A new bib file is saved, nothing is returned to the console
## Not run:
bbl_ext('inst/manu.bbl', 'inst/refs_all.bib')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.