short | R Documentation |
Form a short name
short(x, ...)
## S3 method for class 'ycol'
short(
x,
default = "col",
short_max = getOption("yspec.short.max", NULL),
title_case = getOption("yspec.short.title", FALSE),
...
)
## S3 method for class 'yspec'
short(x, default = "short", .aslist = TRUE, ...)
x |
a yspec or ycol object |
... |
passed to methods |
default |
character field name to use when the |
short_max |
if |
title_case |
|
.aslist |
if 'TRUE'a named list is returned; otherwise, a named character vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.