| is.flist | R Documentation | 
Determines if object is a formatting list of class 'fmt_lst'.
is.flist(x)
| x | Object to test. | 
TRUE or FALSE, depending on class of object.
Other flist: 
as.data.frame.fmt_lst(),
as.flist(),
as.flist.data.frame(),
as.flist.fcat(),
as.flist.list(),
as.flist.tbl_df(),
flist(),
print.fmt_lst(),
read.flist(),
write.flist()
# Create flist
flst <- flist("%d%b%Y", "%.1f")
is.flist(flst)
is.flist("A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.