knitr::opts_chunk$set(echo = TRUE)
library(knitr) cat("# Compound", unique(params[["data"]][["Compound"]]), "\n") cat("## Normality", "\n") print(params[["plot"]]) cat("#### Shapiro-Wilk Normality Test \n") print(kable(params[["shapiro"]])) cat("## Between groups comparison \n") print(kable(params[["tests"]]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.