Learn R Programming

docorator (version 0.5.2)

fancyrow: Construct document header row

Description

Define a single row in the document header/footer. Each row represents a single line of text, with options for positioning text at left, center, and/or right.

Usage

fancyrow(left = NA, center = NA, right = NA)

Value

Object of class fancyrow

Arguments

left

Character string to be aligned to the left side of the row.

center

Character string to be aligned to the center of the row.

right

Character string to be aligned to the right side of the row.

Examples

Run this code
fancyrow(left = "Left most text", right = "Right most text")

fancyrow(center = "Just text in the center")

fancyrow(left = "All", center = "Three", right = "Positions filled")

Run the code above in your browser using DataLab