Skip to contents

This function returns TRUE for highlighter functions (class vlightr_highlighter) or subclasses thereof, and returns returns FALSE otherwise.

Usage

is_highlighter(x)

is_highlighter_case(x)

Arguments

x

An object to test.

Value

TRUE if x is a vlightr_highlighter, FALSE otherwise.