make_study_descs_ls | R Documentation |
make_study_descs_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make study descriptions list. The function returns Input parameters (a list).
make_study_descs_ls(
input_params_ls = NULL,
time_btwn_bl_and_fup_1L_chr,
background_1L_chr = "",
coi_1L_chr = "None declared.",
conclusion_1L_chr = "",
ethics_1L_chr = NULL,
funding_1L_chr = NULL,
predr_ctgs_ls = NULL,
sample_desc_1L_chr = NULL,
var_nm_change_lup = NULL
)
input_params_ls |
Input parameters (a list), Default: NULL |
time_btwn_bl_and_fup_1L_chr |
Time between baseline and follow-up (a character vector of length one) |
background_1L_chr |
Background (a character vector of length one), Default: ” |
coi_1L_chr |
Conflict of interest (a character vector of length one), Default: 'None declared.' |
conclusion_1L_chr |
Conclusion (a character vector of length one), Default: ” |
ethics_1L_chr |
Ethics (a character vector of length one), Default: NULL |
funding_1L_chr |
Funding (a character vector of length one), Default: NULL |
predr_ctgs_ls |
Predictor categories (a list), Default: NULL |
sample_desc_1L_chr |
Sample description (a character vector of length one), Default: NULL |
var_nm_change_lup |
Variable name change (a lookup table), Default: NULL |
Input parameters (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.