Description Usage Arguments See Also Examples
Stylized blockquotes, an updated builder function for <blockquote>
.
1 | blockquote(..., source = NULL, align = "left")
|
... |
Any number of tags elements or character strings passed as child elements or named arguments passed as HTML attributes to the parent element. |
source |
The quote source, use |
align |
One of |
Other components:
alert()
,
badge()
,
card()
,
collapsePane()
,
d1()
,
dropdown()
,
img()
,
jumbotron()
,
modal()
,
navContent()
,
popover()
,
pre()
,
toast()
1 2 3 4 5 6 7 8 9 10 11 12 | ### Simple example
blockquote(
"Anyone can love a thing because.",
"That's as easy as putting a penny in your pocket.",
"But to love something despite.",
"To know the flaws and love them too.",
"That is rare and pure and perfect.",
source = list(
"Patrick Rothfuss,", tags$cite("The Wise Man's Fear")
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.