align_pander-deprecated: align_pander
Description
Align the columns of a pander table
Usage
align_pander(x, align_idx = NULL, caption = NULL)
Value
Prints the data frame in table form using pander(x)
Arguments
- x
A data frame to be printed in the output document
- align_idx
Optional string made up of l
(left-aligned),
r
(right-aligned), and c
(center-aligned)
- caption
Optional string used as the pander()
caption
argument