write_to_rpl_1L_and_indefL_sfcs: Write to replace length one and indefinite length suffices

write_to_rpl_1L_and_indefL_sfcsR Documentation

Write to replace length one and indefinite length suffices

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.

Usage

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'

Value

No return value, called for side effects.


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