decorate | R Documentation |
decorated
object from either a code chunk or a
string object containing source code.decorate
does its best to guess if it has been given a code string or
a chunk name, based on the presence of special characters.
decorate(x, ...)
x |
A string, containing either a chunk label or R code. |
... |
Chunk options to pass along |
A decorated
object.
decorate_chunk
, decorate_code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.