Nothing
.finalize_tab = function(df1) {
assert_that(is.data.frame(df1))
txt = attr(df1, "title")
txt = paste0(txt, " {", getOption('surveytable.survey_label'), "}")
attr(df1, "title") = txt
rownames(df1) = NULL
class(df1) = c("surveytable_table", "data.frame")
df1
}
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.