as.fmt {fmtr} | R Documentation |
A generic method for casting objects to a format. Individual objects will inherit from this function.
as.fmt(x)
x |
The object to cast. |
A formatting object, created using the information in the input object.
Other fmt:
as.data.frame.fmt()
,
as.fmt.data.frame()
,
condition()
,
is.format()
,
labels.fmt()
,
print.fmt()
,
value()