write_main_outp_dir: Write main output directory

write_main_outp_dirR Documentation

Write main output directory

Description

write_main_outp_dir() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write main output directory. The function returns Paths (a list).

Usage

write_main_outp_dir(
  params_ls = NULL,
  consent_1L_chr = "",
  consent_indcs_int = 1L,
  options_chr = c("Y", "N"),
  R_fl_nm_1L_chr = "aaaaaaaaaa.txt",
  use_fake_data_1L_lgl = F
)

Arguments

params_ls

Parameters (a list), Default: NULL

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")

R_fl_nm_1L_chr

R file name (a character vector of length one), Default: 'aaaaaaaaaa.txt'

use_fake_data_1L_lgl

Use fake data (a logical vector of length one), Default: F

Value

Paths (a list)


ready4-dev/ready4show documentation built on June 16, 2024, 8:08 a.m.