write_to_rpl_1L_and_indefL_sfcs | R Documentation |
write_to_rpl_1L_and_indefL_sfcs() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write to replace length one and indefinite length suffices. The function is called for its side effects and does not return a value.
write_to_rpl_1L_and_indefL_sfcs(
indefL_arg_nm_1L_chr,
file_path_1L_chr = NA_character_,
dir_path_1L_chr = NA_character_
)
indefL_arg_nm_1L_chr |
Indefinite length argument name (a character vector of length one) |
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' |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.