#' Multivariate Shiny App
#'
#' @description This is the multivariate shiny app that contains 6 widgets and 3 graphs that show various results for multivariate data.
#' The full information can be found in the multivariate vignette.
#' @import shiny
#'
#' @export
#'
#' @examples
#' 'multivariate_app()'
#'
multivariate_app<-function(){
shiny::runApp(system.file("multivariate_shiny", package="LAGG4793"),launch.browser = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.