The format to assign to the format attribute. Format
can be a formatting string, a named vector decode, a vectorized
formatting function, or a formatting list.
width
The desired width of the formatted output.
justify
Justification of the output vector. Valid values are
'none', 'left', 'right', 'center', or 'centre'.
keep
Whether to keep any existing formatting attributes and
transfer to the new vector. Default value is TRUE.
Value
The vector with formatting attributes applied.
Details
The fattr function is a convenience function for assigning
formatting attributes to a vector. The function accepts parameters
for format, width, and justify. Any formatting attributes assigned
to a vector can be applied using fapply or
fdata.
See Also
fdata to apply formats to a data frame,
fapply to apply formats to a vector. See
FormattingStrings for documentation on formatting strings.