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.data.frame(),
as.flist.fcat(),
as.flist.list(),
as.flist.tbl_df(),
as.flist(),
flist(),
print.fmt_lst()
# Create flist flst <- flist("%d%b%Y", "%.1f") is.flist(flst) is.flist("A")