Assign formatting attributes to a vector
fattr(x) <- value
The vector or data frame column to assign attributes to.
A named vector of attribute values.
The fattr
function is a convenience function for assigning
formatting attributes to a vector. The function accepts a named list of
formatting attributes. Valid names are 'format', 'width', 'justify',
'label' and 'description'.
See fattr
for additional details.