rmd_chunk | R Documentation |
S7 class representing an executable code chunk
rmd_chunk(
engine = "r",
label = "",
options = list(),
code = character(),
indent = "",
n_ticks = 3L
)
engine |
Character. Language engine |
label |
Character. Chunk label |
options |
List. Combined chunk options (traditional and YAML) |
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.