is.formattable: Test for objects of 'formattable' class

View source: R/formattable.R

is.formattableR Documentation

Test for objects of 'formattable' class

Description

Test for objects of 'formattable' class

Usage

is.formattable(x)

Arguments

x

an object

Value

TRUE if x has class 'formattable'; FALSE otherwise.

Examples

is.formattable(10)
is.formattable(formattable(10))

renkun-ken/formattable documentation built on Dec. 7, 2024, 10:19 p.m.