Learn R Programming

docorator (version 0.5.2)

fancyfoot: Construct document footer

Description

Define document footer through a series of fancyrows. Each row represents a new line in the footer with options for positioning text at left, center, and/or right positions.

Usage

fancyfoot(...)

Value

Character string containing latex code for the fancyfoot entries as part of the fancyhdr latex framework

Arguments

...

Series of objects of class fancyrow. Each entry represents a new row in the document footer.

Examples

Run this code
fancyfoot(
 fancyrow(left = "My first footnote", right = doc_datetime())
)

Run the code above in your browser using DataLab