Nothing
#' Shiny application for Short-Chain Chlorinated Paraffins analysis
#' @export
runsccp <- function() {
file <- system.file("shinyapps", "sccp",
package = "enviGCMS")
if (file == "") {
stop("Could not find directory. Try re-installing `enviGCMS`.",
call. = FALSE)
}
shiny::runApp(file)
}
#' Shiny application for interactive mass defect plots analysis
#' @export
runMDPlot <- function() {
file <- system.file("shinyapps", "MDPlot.rmd",
package = "enviGCMS")
if (file == "") {
stop("Could not find directory. Try re-installing `enviGCMS`.",
call. = FALSE)
}
rmarkdown::run(file)
}
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.