Nothing
#' @title Shiny demonstration of Kochanek-Bartels spline
#' @description Run a Shiny app which demonstrates the Kochanek-Bartels spline.
#'
#' @return No value returned.
#' @export
#' @importFrom shiny shinyAppDir
shinyKBS <- function(){
appDir <- system.file("shiny", "threejs", package = "qsplines")
shinyAppDir(appDir, options = list(launch.browser = TRUE))
}
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.