powered by
Determines if object is a formatting list of class 'fmt_lst'.
is.flist(x)
Object to test.
TRUE or FALSE, depending on class of object.
# NOT RUN { # Create flist flst <- flist("%d%b%Y", "%.1f") is.flist(flst) is.flist("A") # }
Run the code above in your browser using DataLab