Description Usage Arguments Author(s) Examples
A custom quotation tool
1 | argonQuote(..., footer = NULL, source = NULL, align = "center")
|
... |
Any text. |
footer |
Footer content, if any. |
source |
Source if any. |
align |
Text alignement. "center", "right" or "left". |
David Granjon, dgranjon@ymail.com
1 2 3 4 | if (interactive()) {
library(argonR)
argonQuote(align = "center", "I am a text")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.