Description Usage Arguments Value
replace_abbr() is a Replace function that edits an object, replacing a specified element with another specified element. Specifically, this function implements an algorithm to replace abbreviation. Function argument title_chr specifies the object to be updated. Argument abbreviations_lup provides the object to be updated. The function returns Title (a character vector).
1 | replace_abbr(title_chr, abbreviations_lup = NULL, collapse_lgl = T)
|
title_chr |
Title (a character vector) |
abbreviations_lup |
Abbreviations (a lookup table), Default: NULL |
collapse_lgl |
Collapse (a logical vector), Default: T |
Title (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.