write_to_replace_sfx_pair: Write to replace suffix pair

Description Usage Arguments

Description

write_to_replace_sfx_pair() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write to replace suffix pair. 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
6
7
write_to_replace_sfx_pair(
  args_nm_chr,
  sfxs_chr,
  replacements_chr,
  file_path_1L_chr = NA_character_,
  dir_path_1L_chr = NA_character_
)

Arguments

args_nm_chr

Arguments name (a character vector)

sfxs_chr

Sfxs (a character vector)

replacements_chr

Replacements (a character vector)

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.