runShiny_tipsae {tipsae} | R Documentation |
The command launches a Shiny application that assists the user from the data loading step to the export of the outputs. See the vignette for further details.
runShiny_tipsae()
No value returned.
library(tipsae)
# Starting the Shiny application
if(interactive()){
runShiny_tipsae()
}