write_to_rpl_1L_and_indefL_sfcs: Write to replace length one and indefinite length suffices

Description Usage Arguments

Description

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. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour

Usage

1
2
3
4
5
write_to_rpl_1L_and_indefL_sfcs(
  indefL_arg_nm_1L_chr,
  file_path_1L_chr = NA_character_,
  dir_path_1L_chr = NA_character_
)

Arguments

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'


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