argonQuote: Create a quotation tag

Description Usage Arguments Author(s) Examples

View source: R/typography.R

Description

A custom quotation tool

Usage

1
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

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

argonR documentation built on Dec. 1, 2019, 1:15 a.m.