argonQuote {argonR} | R Documentation |
Create a quotation tag
Description
A custom quotation tool
Usage
argonQuote(..., footer = NULL, source = NULL, align = "center")
Arguments
... |
Any text. |
footer |
Footer content, if any. |
source |
Source if any. |
align |
Text alignement. "center", "right" or "left". |
Author(s)
David Granjon, dgranjon@ymail.com
Examples
if (interactive()) {
library(argonR)
argonQuote(align = "center", "I am a text")
}
[Package argonR version 0.2.0 Index]