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 April 5, 2024, 8:45 a.m.