Nothing
## ----echo=FALSE---------------------------------------------------------------
df <- unigd::ugd_renderers()
df <- df[order(df$id),]
knitr::kable(data.frame(
sprintf("`%s`", df$id),
sprintf("`%s`", df$mime),
df$descr,
ifelse(df$text, "Text", "Binary")
), col.names = c("ID", "Mime-Type", "Renderer", "Format"))
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.