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.
fancyrow(left = "Left most text", right = "Right most text")
fancyrow(center = "Just text in the center")
fancyrow(left = "All", center = "Three", right = "Positions filled")