write_to_replace_sfx_pair() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write to replace suffix pair. The function is called for its side effects and does not return a value. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour
1 2 3 4 5 6 7 | write_to_replace_sfx_pair(
args_nm_chr,
sfxs_chr,
replacements_chr,
file_path_1L_chr = NA_character_,
dir_path_1L_chr = NA_character_
)
|
args_nm_chr |
Arguments name (a character vector) |
sfxs_chr |
Sfxs (a character vector) |
replacements_chr |
Replacements (a character vector) |
file_path_1L_chr |
File path (a character vector of length one), Default: 'NA' |
dir_path_1L_chr |
Directory path (a character vector of length one), Default: 'NA' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.