write_shareable_mdls_to_dv | R Documentation |
write_shareable_mdls_to_dv() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write shareable models to dataverse. The function returns Shareable models (a tibble).
write_shareable_mdls_to_dv(
outp_smry_ls,
consent_1L_chr = "",
consent_indcs_int = 1L,
new_dir_nm_1L_chr = "G_Shareable",
options_chr = c("Y", "N"),
shareable_title_detail_1L_chr = "",
share_ingredients_1L_lgl = T,
output_dir_chr = NA_character_
)
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") |
shareable_title_detail_1L_chr |
Shareable title detail (a character vector of length one), Default: ” |
share_ingredients_1L_lgl |
Share ingredients (a logical vector of length one), Default: T |
output_dir_chr |
Output directory (a character vector), Default: 'NA' |
Shareable models (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.