Nothing
read_taxtable <- function (taxonomy.file, sep = ",") {
s.tax <- read.csv(taxonomy.file, row.names=1, check.names=FALSE, sep = sep)
s.taxmat <- as.matrix(s.tax)
tax_table(s.taxmat)
}
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.