update_msng_abbrs | R Documentation |
update_msng_abbrs() is an Update function that edits an object, while preserving core object attributes. Specifically, this function implements an algorithm to update missing abbreviations. The function returns Package setup (a list).
update_msng_abbrs(
pkg_setup_ls,
are_words_chr = NA_character_,
tf_to_singular_chr = NA_character_,
not_obj_type_chr = NA_character_
)
pkg_setup_ls |
Package setup (a list) |
are_words_chr |
Are words (a character vector), Default: 'NA' |
tf_to_singular_chr |
Transform to singular (a character vector), Default: 'NA' |
not_obj_type_chr |
Not object type (a character vector), Default: 'NA' |
Package setup (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.