write_new_arg_sfcs: Write new argument suffices

write_new_arg_sfcsR Documentation

Write new argument suffices

Description

write_new_arg_sfcs() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write new argument suffices. The function returns Function arguments to rnm (a list).

Usage

write_new_arg_sfcs(
  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

Include functions index (a double vector), Default: NA

Value

Function arguments to rnm (a list)


ready4-dev/ready4fun documentation built on April 22, 2024, 8:33 a.m.