make_short_long_nms_vec | R Documentation |
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 vector. The function returns Short and long vector (a character vector).
make_short_long_nms_vec(
long_vecs_chr = character(0),
short_vecs_chr = character(0)
)
long_vecs_chr |
Long vectors (a character vector), Default: character(0) |
short_vecs_chr |
Short vectors (a character vector), Default: character(0) |
Short and long vector (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.