write_new_outp_dir: Write new output directory

write_new_outp_dirR Documentation

Write new output directory

Description

write_new_outp_dir() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write new output directory. The function returns Output directory (a character vector of length one).

Usage

write_new_outp_dir(
  path_to_write_to_1L_chr,
  new_dir_nm_1L_chr,
  consent_1L_chr = "",
  consent_indcs_int = 1L,
  options_chr = c("Y", "N")
)

Arguments

path_to_write_to_1L_chr

Path to write to (a character vector of length one)

new_dir_nm_1L_chr

New directory name (a character vector of length one)

consent_1L_chr

Consent (a character vector of length one), Default: ”

consent_indcs_int

Consent indices (an integer vector), Default: 1

options_chr

Options (a character vector), Default: c("Y", "N")

Value

Output directory (a character vector of length one)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.