r ifelse(!is.null(params_ls$maui_scoring_fn),"Convert study participant responses to the MAUI questionnaire to health utility scores.","")
args_ls <- list(ds_descvs_ls$maui_item_pfx_1L_chr, ds_descvs_ls$id_var_nm_1L_chr, ds_descvs_ls$utl_wtd_var_nm_1L_chr, ds_descvs_ls$utl_unwtd_var_nm_1L_chr) data_tb <- rlang::exec(params_ls$maui_scoring_fn, data_tb, !!!args_ls)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.