require(testthat)
if(FALSE){
deffile = system.file("extdata/fastq_haplotyper.def", package = "flowr")
flowdef = as.flowdef(deffile)
plot_flow(head(flowdef, 4), pdf = TRUE)
plot_flow(head(flowdef, 7), pdf = TRUE)
plot_flow(flowdef, pdf = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.