Nothing
#' Launch FastqCleaner application
#' @param launch.browser Launch in browser? Default TRUE
#' @param ... Additional parameters passed to \code{\link[shiny]{runApp}}
#' @author Leandro Roser \email{learoser@@gmail.com}
#' @examples
#' # Uncomment and paste in te console to launch the application:
#' # launch_fqc()
#'
#' NULL
#' @return Launch the application, without return value
#' @export
launch_fqc <- function(launch.browser = TRUE, ...) {
fpath <- system.file("application", package = "FastqCleaner")
shiny::runApp(fpath, launch.browser = launch.browser, ...)
}
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.