rmarkdown | R Documentation |
These functions can be used in R Markdown documents.
rmarkdown_author(user_id = NULL)
rmarkdown_department()
rmarkdown_date(date = Sys.Date())
rmarkdown_table(...)
rmarkdown_template(type = "latex")
rmarkdown_logo(logo_type = "certe")
user_id |
user ID at Certe, defaults to currently logged in user |
date |
Date to print in "d mmmm yyyy" |
... |
data set (and options) to pass on to tbl_flextable() |
type |
defaults to "latex", must be "latex" or "word" (case-insensitive) |
logo_type |
type of logo, must be one of the files in /inst/rmarkdown/latextemplate of the certestyle package. For the LaTeX template, the front logo must be 16x7 cm, and the footer logo must be 16x0.7 cm. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.