ReporteRs (version 0.8.8)

textNormal: shortcuts for formatting properties

Description

Shortcuts for textProperties, parProperties, borderProperties and cellProperties.

Usage

textNormal(...)

textBold(...)

textItalic(...)

textBoldItalic(...)

parRight(...)

parLeft(...)

parCenter(...)

parJustify(...)

borderDotted(...)

borderDashed(...)

borderNone(...)

borderSolid(...)

cellBorderNone(...)

cellBorderBottom(...)

cellBorderTop(...)

cellBorderTB(...)

Arguments

...

further arguments passed to original functions.

Examples

Run this code
# NOT RUN {
textNormal()
textBold()
textItalic()
textBoldItalic()
parRight()
parLeft()
parLeft()
parLeft()
borderDotted()
borderDashed()
borderNone()
borderSolid()
cellBorderNone()
cellBorderBottom()
cellBorderTop()
cellBorderTB()
# }

Run the code above in your browser using DataCamp Workspace