Learn R Programming

pander (version 0.3.1)

set.alignment: Sets alignment for tables

Description

This is a helper function to be used inside brew blocks to update the alignment (justify parameter of pandoc.table) of the returning table. Possible values are: centre, right, left

Usage

set.alignment(align = "centre", row.names = "right")

Arguments

align
character vector which length equals to one (would be repeated n times) ot n - where n equals to the number of columns in the following table
row.names
string holding the alignment of the (optional) row names