Nothing
#' @export
#'
squidApp <- function(...) {
appDir <- system.file("shiny-squid", package = "squid")
if (appDir == "") stop("Could not find squid application directory. Try re-installing `squid` package.", call. = FALSE)
shiny::runApp(appDir=appDir, ...)
}
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.