write_study_outp_ds | R Documentation |
write_study_outp_ds() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write study output dataset. The function returns Dataverse dataset name and url (a character vector).
write_study_outp_ds(
input_params_ls,
abstract_args_ls = NULL,
consent_1L_chr = "",
consent_indcs_int = 1L,
dv_mdl_desc_1L_chr = "An R model.",
inc_fl_types_chr = ".pdf",
options_chr = c("Y", "N"),
purge_data_1L_lgl = FALSE,
start_at_int = c(2, 1)
)
input_params_ls |
Input parameters (a list) |
abstract_args_ls |
Abstract arguments (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 |
dv_mdl_desc_1L_chr |
Dataverse model description (a character vector of length one), Default: 'An R model.' |
inc_fl_types_chr |
Include file types (a character vector), Default: '.pdf' |
options_chr |
Options (a character vector), Default: c("Y", "N") |
purge_data_1L_lgl |
Purge data (a logical vector of length one), Default: FALSE |
start_at_int |
Start at (an integer vector), Default: c(2, 1) |
Dataverse dataset name and url (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.