Make a list object with meta-data about the input dataset.
ds_descvs_ls <- params_ls$ds_descvs_ls
Update that metadata with details about the number of observations and study participants.
ds_descvs_ls$nbr_obs_in_raw_ds_1L_dbl <- nrow(data_tb) ds_descvs_ls$nbr_participants_1L_int <- length(data_tb %>% dplyr::pull(ds_descvs_ls$id_var_nm_1L_chr) %>% unique())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.