Description Usage Arguments Examples
A section that is quoted from another source. It is typically indented.
1 2 3 4 5 6 7 | cli_blockquote(
quote,
citation = NULL,
id = NULL,
class = NULL,
.envir = parent.frame()
)
|
quote |
Text of the quotation. |
citation |
Source of the quotation, typically a link or the name of a person. |
id |
Element id, a string. If |
class |
Class name, sting. Can be used in themes. |
.envir |
Environment to evaluate the glue expressions in. It is
also used to auto-close the container if |
1 | cli_blockquote(cli:::lorem_ipsum(), citation = "Nobody, ever")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.