as.fcat {fmtr} | R Documentation |
Generic casting method for format catalogs
Description
A generic method for casting objects to a format catalog. Individual objects will inherit from this function.
Usage
as.fcat(x)
Arguments
x |
The object to cast. |
Value
A format catalog, created using the information in the input object.
See Also
For class-specific methods, see as.fcat.data.frame
,
as.fcat.list
, and as.fcat.fmt_lst
.
Other fcat:
as.data.frame.fcat()
,
as.fcat.data.frame()
,
as.fcat.fmt_lst()
,
as.fcat.list()
,
fcat()
,
is.fcat()
,
print.fcat()
,
read.fcat()
,
write.fcat()
[Package fmtr version 1.6.5 Index]