Description Usage Arguments Value
write_new_arg_sfxs() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write new argument sfxs. The function returns Function arguments to rnm (a list).
1 2 3 4 5 6 7 8 | write_new_arg_sfxs(
arg_nms_chr,
fn_type_1L_chr,
dir_path_chr,
rt_dev_dir_path_1L_chr = normalizePath("../../../"),
pkg_nm_1L_chr,
inc_fns_idx_dbl = NA_real_
)
|
arg_nms_chr |
Argument names (a character vector) |
fn_type_1L_chr |
Function type (a character vector of length one) |
dir_path_chr |
Directory path (a character vector) |
rt_dev_dir_path_1L_chr |
Root development directory path (a character vector of length one), Default: normalizePath("../../../") |
pkg_nm_1L_chr |
Package name (a character vector of length one) |
inc_fns_idx_dbl |
Inc functions idx (a double vector), Default: NA |
Function arguments to rnm (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.