replace_abbr | R Documentation |
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. The function returns Title (a character vector).
replace_abbr(title_chr, abbreviations_lup, collapse_lgl = T)
title_chr |
Title (a character vector) |
abbreviations_lup |
Abbreviations (a lookup table) |
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.