print.rmd_yaml_header | R Documentation |
yaml_header
class## S3 method for class 'rmd_yaml_header'
print(x, ...)
x |
( |
... |
optional text. |
NULL
.
input <- list(author = "", output = "pdf_document", toc = TRUE, keep_tex = TRUE)
out <- as_yaml_auto(input)
out
print(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.