# Comments at the start
# Comments at the start 2
# Indented comments
a <- "Lots of quotation marks: \" ' \' \" end" # trailing comments 1
b <- 'Lots of quotation marks: \' \' " \" end' # trailing comments 2
c <- function(x = ? numeric) {
x ? numeric
}
# Comments at the end
# Comments at the end 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.