Nothing
getTinytableStyle <- function(tinytable, ii, jj) {
style <- dplyr::as_tibble(dplyr::filter(tinytable@style, i == ii & j == jj))
attr(style, "out.attrs") <- NULL
attr(style, "row.names") <- 1L
return(style)
}
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.