Starter template for the funcreporter
package.
s <- params$species pd <- iris[iris$Species == s,] hist(pd$Sepal.Length, breaks = params$breaks, main = params$plot_title)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.