write_to_replace_sfx_pair: Write to replace suffix pair

write_to_replace_sfx_pairR Documentation

Write to replace suffix pair

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.

Usage

write_to_replace_sfx_pair(
  args_nm_chr,
  sfcs_chr,
  replacements_chr,
  file_path_1L_chr = NA_character_,
  dir_path_1L_chr = NA_character_
)

Arguments

args_nm_chr

Arguments name (a character vector)

sfcs_chr

Suffices (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'

Value

No return value, called for side effects.


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