To apply more than one formatting object to a vector, use a formatting
list. There are two types of formatting list: column and row. The column
type formatting lists applies all formats to all values in the
vector. The row type formatting list can apply a different format to
each value in the vector.
Further, there are two styles of row type list: ordered and lookup. The
ordered style applies each format in the list to the vector values
in the order specified. The
ordered style will recycle the formats as needed. The lookup style
formatting list uses a lookup to determine which format from the list to
apply to a particular value of the vector. The lookup column values should
correspond to names on the formatting list.
Examples of column type and row type formatting lists are given below.