A custom quotation tool
argonQuote(..., footer = NULL, source = NULL, align = "center")
Any text.
Footer content, if any.
Source if any.
Text alignement. "center", "right" or "left".
if (interactive()) {
library(argonR)
argonQuote(align = "center", "I am a text")
}