bib_to_DF
bib_to_DF( Rmd_file, Bib_file, list_ampersand = F, cite_ampersand = F, underline = F )
Rmd_file | file name of R Markdown file |
---|---|
Bib_file | file name of Bib file |
list_ampersand | combinle the last author with & or not in Bibliography |
cite_ampersand | combinle the last author with & or not in in-line citation |
underline | Whether to underline emphasis or not. if FALSE, emph as Italic. |
Prepare for citation database
# bib_to_DF(Rmd_file = "RmdFileName",Bib_file = "BibFileName")