write_shareable_dir | R Documentation |
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).
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")
)
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") |
Output directory (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.