Closed kelly-sovacool closed 4 years ago
R/rmd_helpers.R
paste_oxford_list()
inline_hook()
knitr
set_knitr_opts()
knitr::opts_chunk
knit_hooks
@pschloss let me know if you have a better way to do it!
R/rmd_helpers.R
:paste_oxford_list()
takes a list or vector and returns a string with elements listed in prose using an Oxford comma. (Resolves #20)inline_hook()
forknitr
to format numbers in a human-readable way. (Resolves #19)set_knitr_opts()
to setknitr::opts_chunk
andknit_hooks
to Pat's defaults. (Resolves #18)