r ifelse(exists("existing_mdls_chr"),"### Remove duplicate models","")
outp_smry_ls$mdl_nms_ls <- outp_smry_ls$mdl_nms_ls %>% purrr::map(~.x[!.x %in% existing_mdls_chr]) %>% purrr::compact()
outp_smry_ls$predr_vars_nms_ls <- outp_smry_ls$predr_vars_nms_ls[outp_smry_ls$predr_vars_nms_ls %>% purrr::map_lgl(~{ test_chr <- .x !any(existing_predrs_ls %>% purrr::map_lgl(~identical(.x,test_chr)) )})]
saveRDS(outp_smry_ls,paste0(outp_smry_ls$path_to_write_to_1L_chr,"/I_ALL_OUTPUT_SUP.RDS"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.