Description Usage Arguments Value
Determines if a vector should be cut. Confirms if it inherits a class for which base::cut is implemented (cut.default uses is.numeric), then checks if there are more unique values than cuts requested.
1 | is_cuttable(x, cuts)
|
x |
an atomic vector |
cuts |
An integer scalar determining how many cuts will be performed |
A boolean scalar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.