View source: R/render_natbib.R
| render_natbib | R Documentation |
natbib bibliographyRender a Markdown file with natbib bibliography
render_natbib(
file,
path = ".",
encoding = "UTF-8",
engine = c("xelatex", "pdflatex"),
display = TRUE,
keep = c("none", "all", "tex"),
clean = TRUE
)
file |
the name of the |
path |
the path of the |
encoding |
the encoding of the |
engine |
the LaTeX engine the compile the document.
Defaults to |
display |
open the pdf in a reader. Defaults to TRUE. |
keep |
keep intermediate files after successful compilation. Defaults to "none". |
clean |
TRUE to clean intermediate files created during rendering of the
R markdown into |
Other utils:
add_author(),
add_report_numbers(),
check_dependencies(),
column_start(),
column_width(),
cover_info(),
create_report(),
dyn_table(),
references(),
validate_doi()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.