| abbreviate_class | R Documentation |
Abbreviate object class name
abbreviate_class(x, n = 4L)
x |
Object. |
n |
Integer: Minimum abbreviation length. |
Character: Abbreviated class wrapped in angle brackets.
EDG
abbreviate_class(iris)
abbreviate_class(iris, n = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.