Learn R Programming

writexl (version 2.0.0)

is_xl_comment: Test whether an object is an `xl_comment`

Description

Test whether an object is an `xl_comment`

Usage

is_xl_comment(x)

Value

`TRUE` if `x` inherits from `"xl_comment"`.

Arguments

x

An object.

See Also

Other cell content: xl_cell_general(), xl_comment(), xl_formula(), xl_rich_run(), xl_rich_string()