A generic method for casting objects to a format catalog. Individual objects will inherit from this function.
as.fcat(x)
The object to cast.
A format catalog, created using the information in the input object.
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()