Skip to contents

This function returns TRUE for objects which can be highlighted (e.g. via highlight()) and FALSE otherwise. An object x can be highlighted if:

Usage

is_highlightable(x)

Arguments

x

An object to test.

Value

TRUE if x is can be highlighted, FALSE otherwise.