Function workshop
Draft post to test functions
Last knit: 2023-08-04
Using this to develop and test functions.
print bib in text
Desired: a function to cite a full bibliographic entry(ies) citation in the middle of an R markdown document.
This is a wrapper function calling stevemisc::print_refs
, which can output a csl styled full citation in markdown.
This also works with multiple citation keys.