Learn R Programming

formattable (version 0.1.5)

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

Description

Test for objects of type 'formattable'

Usage

is.formattable(x)

Arguments

x
an object

Value

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

Examples

Run this code
is.formattable(10)
is.formattable(formattable(10))

Run the code above in your browser using DataLab