knitr::opts_chunk$set(collapse=TRUE)
mytest <- function(x=2){ if (c(1,2,3) %in% x){ # should produce error x + 4 } } mytest() # same code in library(spbtest3) test8()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.