Nothing
##' Prostar : a GUI for DAPAR
##'
##' @title Prostar
##' @return A new window in the default internet browser
##' @author Samuel Wieczorek
##' @examples
##' if(interactive()) {Prostar()}
Prostar <-
function(){
G <- .GlobalEnv
if (interactive()){
options(shiny.maxRequestSize=1024^3)
a=shiny::runApp(system.file("ProstarApp",package="Prostar"),
launch.browser = TRUE)
return(invisible(a))
} else {return (NULL)}
}
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.