rmd_code_block_literal | R Documentation |
S7 class representing a code block with {{...}} attributes
rmd_code_block_literal(
attr = "",
code = character(),
indent = "",
n_ticks = 3L
)
attr |
Character. Raw attribute content from {{...}} |
code |
Character vector. Code lines |
indent |
Character. Indentation |
n_ticks |
Integer. Number of backticks |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.