get_new_abbrs_cndts | R Documentation |
get_new_abbrs_cndts() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get new abbreviations candidates. The function returns New abbreviations candidates (a character vector).
get_new_abbrs_cndts(
text_chr,
abbreviations_lup,
drop_first_1L_lgl = F,
use_last_1L_int = NULL,
treat_as_words_chr = character(0)
)
text_chr |
Text (a character vector) |
abbreviations_lup |
Abbreviations (a lookup table) |
drop_first_1L_lgl |
Drop first (a logical vector of length one), Default: F |
use_last_1L_int |
Use last (an integer vector of length one), Default: NULL |
treat_as_words_chr |
Treat as words (a character vector), Default: character(0) |
New abbreviations candidates (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.