argonQuote: Create a quotation tag

View source: R/typography.R

argonQuoteR Documentation

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

Author(s)

David Granjon, dgranjon@ymail.com

Examples

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


RinteRface/argonR documentation built on Feb. 1, 2024, 4:40 p.m.