This function returns TRUE
for objects which can be highlighted (e.g. via
highlight()
) and FALSE
otherwise. An object x
can be highlighted if:
x
is not a data.frame or subclass thereofx
is not a bare listx
is otherwise a vector, as defined byvctrs::obj_is_vector()