is_xlr_format: Test if an object is a 'xlr_format'

View source: R/xlr_format.R

is_xlr_formatR Documentation

Test if an object is a xlr_format

Description

Test if an object is a xlr_format

Usage

is_xlr_format(x)

Arguments

x

An object to test

Value

a logical.

Examples

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

xlr documentation built on April 3, 2025, 6:07 p.m.