Description Usage Arguments Value
make_short_long_nms_vec() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make short long names vec. The function returns Short and long vec (a character vector).
1 2 3 4 | make_short_long_nms_vec(
long_vecs_chr = character(0),
short_vecs_chr = character(0)
)
|
long_vecs_chr |
Long vecs (a character vector), Default: character(0) |
short_vecs_chr |
Short vecs (a character vector), Default: character(0) |
Short and long vec (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.