#' Sensitivity Summary
#'
#' @description Sensitivity Analysis Summary
#' @param res mediation results dataframe
#' @param i row index of dataframe
#'
#' @export
sens_summary=function(res,i){
summary(mediation::medsens(res[[i]]))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.