Returns a dataframe with selected text column left/right justified.
Arguments
dataframe
A data.frame object with the text column.
column
The column to be justified. If NULL all columns are
justified.
keep.class
logical. If TRUE will attempt to keep the original
classes of the dataframe if the justification is not altered (i.e., numeric
will not be honored but factor may be).