bad_fun <- function(){
update.packages("base")
for (i in 1:10) {
print("test")
}
sapply(letters, function(x) x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.