Nothing
#' Get the Current Working Directory
#'
#' get the current work directory and set it as the default directory to
#' save the shiny files temporarily
#'
#' @returns a temporary file path
getDefaultPath <- function(){
paste(tempdir(), "/shinyapp", sep="")
}
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.