Nothing
#' @rdname hidden_aliases
#' @usage NULL
show_SQL <- function(object) {
cat(paste0("<SQL> ", object@.Data, collapse = "\n"), "\n", sep = "")
}
#' @rdname hidden_aliases
#' @export
setMethod("show", "SQL", show_SQL)
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.