Nothing
#' List all available HTTK models
#'
#' @return Prints a list of available HTTK models to the screen.
#'
#' @author John Wambaugh
#'
#' @export list_models
list_models <- function()
{
models.text <- strwrap(paste("Available models for httk are: \"",
paste(names(model.list), collapse = "\", \""),
"\".\n",sep=""))
writeLines(models.text)
}
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.