is_sortable_options: Check if object is sortable options.

View source: R/sortable_options.R

is_sortable_optionsR Documentation

Check if object is sortable options.

Description

Check if object is sortable options.

Usage

is_sortable_options(x)

Arguments

x

Object to test

Value

Logical vector. TRUE if the object inherits from sortable_options

Examples

is_sortable_options("foo") # returns FALSE

sortable documentation built on March 31, 2023, 9:35 p.m.