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

rstudio/sortable documentation built on May 26, 2023, 7:43 a.m.