align_pander-deprecated {docxtools}R Documentation

align_pander

Description

Align the columns of a pander table

Usage

align_pander(x, align_idx = NULL, caption = NULL)

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

Value

Prints the data frame in table form using pander(x)

See Also

docxtools-deprecated


[Package docxtools version 0.2.0 Index]