Nothing
bad_fun <- function(){
update.packages("base")
for (i in 1:10) {
print("test")
}
sapply(letters, function(x) x)
}
invalid_ref <- function() {
bcheck <- BiocCheck:BiocCheck
red <- 1
xbluex <- 3
bcheck <- xbluex:red
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.