Nothing
# these are utility functions, possibly will be replaced by true internals
tdspinner <- function(parent, ...) {
# this is a quick hack to provide spinboxes without loading tcltk2
tcltk::tkwidget(parent, "spinbox", ...)
}
have.ttk <- function() {
# based on e-mail from Prof. Brian Ripley
# will work until version 8.10 or 10.0, then may need to update
as.character(tcltk::tcl("info","tclversion")) >= "8.5"
}
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.