#' @name GExpDesView
#' @title GExpDes: interface Gráfica para ExpDes
#' @author Rogerio Kormann, Eduardo Nunes Rosa, Crysttian Arantes Paixao,Eric Batista Ferreira e Denismar Alves Nogueira
#' @description Abre um ambiente onde se inicia o processo de análise estatística
#' @return Abre uma aplicação Shiny
#' @export
#' @import ExpDes.pt
#' @import shiny
#' @import nortest
#' @import car
#' @import rmarkdown
#' @import plotly
#' @import labestData
#' @import xtable
#' @import shinythemes
#' @import pracma
#' @import ds
#' @import stringr
#'
#' @examples
#' require(GExpDes)
#' GExpDesView()
GExpDesView<- function(){
appDir<- system.file("GexpDesView",package = "GExpDes")
if (appDir == "") {
stop("Arquivos não encontrados. Tente instalar o `GExpDes`, novamente.", call. = FALSE)
}
shiny::runApp(appDir)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.