# add name for AS bla
add_as = function(string, name) {
sprintf("(%s AS %s)", string, add_question_mark(name))
}
globalVariables("name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.