pandoc.indent | R Documentation |
Indent all (optionally concatenated) lines of provided text with given level.
pandoc.indent(x, level = 0)
x |
character vector |
level |
integer |
pandoc.indent('FOO', 1) pandoc.indent(pandoc.table.return(table(mtcars$gear)), 2) cat(pandoc.indent(pandoc.table.return(table(mtcars$gear)), 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.