Nothing
#' BP runs a shiny application to fit bone section
#' @title Run a shiny application to fit bone section
#' @author Marc Girondot \email{marc.girondot@@gmail.com}
#' @return Nothing
#' @description Run a shiny application to fit bone section
#' @examples
#' \dontrun{
#' # Not run:
#' library(HelpersMG)
#' iCutter()
#' }
#' @export
iCutter <- function() {
if (!requireNamespace("shiny", quietly = TRUE)) {
stop("shiny package is absent; Please install it first")
}
if(interactive()){
getFromNamespace("runApp", ns="shiny")(appDir = system.file(file.path("shiny", "cutter"), package="HelpersMG"),
launch.browser =TRUE)
}
}
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.