Function to build justification framework for pander

justify_char_numeric(ColNum = NULL, Character = NULL, Numeric = NULL)

Arguments

ColNum

Numeric, the total number of columns

Character

Numeric vector, the numeric position of character columns.

Numeric

Numeric vector, the numeric position of numeric columns.

Value

A character string specifying the justification for a pander table.

Examples