sortable (version 0.4.4)

is_sortable_options: 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

Run this code
# NOT RUN {
is_sortable_options("foo") # returns FALSE
# }

Run the code above in your browser using DataCamp Workspace