write_new_arg_sfxs: Write new argument sfxs

Description Usage Arguments Value

Description

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).

Usage

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_
)

Arguments

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

Value

Function arguments to rnm (a list)


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.