Nothing
library(SQLFormatteR)
test_that("simple SELECT", {
query_formatted <- SQLFormatteR::sql_format("SELECT A FROM B")
expect_equal(query_formatted, "SELECT\n A\nFROM\n B")
})
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.