Learn R Programming

argonR (version 0.2.0)

argonQuote: 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".

Examples

Run this code
# NOT RUN {
if (interactive()) {
 library(argonR)
 argonQuote(align = "center", "I am a text")
}

# }

Run the code above in your browser using DataLab