argonQuote {argonR} | R Documentation |
A custom quotation tool
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
if (interactive()) { library(argonR) argonQuote(align = "center", "I am a text") }