knitr::opts_chunk$set(echo = FALSE) library(pipeline) study <- pipeline(json_file_name, json_data_file_name)
cat("### ", study$name, "Evaluation", sep = " ")
summary(study, "results")
unlist(study$analyses[[1]]$custom_func)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.