Nothing
      .dualtable = function(dualvars) {
	tab = matrix(dualvars,  ncol = 2, byrow = TRUE)
	rownames(tab) = names(dualvars)[seq(2, length(dualvars), 2)]
	colnames(tab) = c("Upper", "Lower")
	return(tab)
}
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.