Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

is.flist

Is object a formatting list


Description

Determines if object is a formatting list of class 'fmt_lst'.

Usage

is.flist(x)

Arguments

x

Object to test.

Value

TRUE or FALSE, depending on class of object.

See Also

Examples

# Create flist
flst <- flist("%d%b%Y", "%.1f")
is.flist(flst)
is.flist("A")

fmtr

Easily Apply Formats to Data

v1.5.0
CC0
Authors
David Bosak
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.