Learn R Programming

xlr (version 1.0.3)

is_xlr_format: Test if an object is a xlr_format

Description

Test if an object is a xlr_format

Usage

is_xlr_format(x)

Value

a logical.

Arguments

x

An object to test

Examples

Run this code
# Test if an object is a xlr_format
is_xlr_format(1)
bf <- xlr_format(font_size = 14)
is_xlr_format(bf)

Run the code above in your browser using DataLab