as.fcat | R Documentation |
A generic method for casting objects to a format catalog. Individual objects will inherit from this function.
as.fcat(x)
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.