#' Create new QBit from template
#' @export
qbit_create <- function(title, template = "r", apikey = getOption("QKEY")) {
match.arg(template)
template_map <- c(r = ,
rmd = ,
python = )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.