write_shareable_dir: Write shareable directory

write_shareable_dirR Documentation

Write shareable directory

Description

write_shareable_dir() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write shareable directory. The function returns Output directory (a character vector).

Usage

write_shareable_dir(
  outp_smry_ls,
  consent_1L_chr = "",
  consent_indcs_int = 1L,
  new_dir_nm_1L_chr = "G_Shareable",
  options_chr = c("Y", "N"),
  sub_dirs_chr = c("Ingredients", "Models", "Table_Predn_Tools")
)

Arguments

outp_smry_ls

Output summary (a list)

consent_1L_chr

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

consent_indcs_int

Consent indices (an integer vector), Default: 1

new_dir_nm_1L_chr

New directory name (a character vector of length one), Default: 'G_Shareable'

options_chr

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

sub_dirs_chr

Sub directories (a character vector), Default: c("Ingredients", "Models", "Table_Predn_Tools")

Value

Output directory (a character vector)


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