A custom quotation tool

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

David Granjon, dgranjon@ymail.com

Examples

if (interactive()) {
 library(argonR)
 argonQuote(align = "center", "I am a text")
}