runOliveR: Launches the web shiny App "OliveR"

Description Usage Arguments Value Examples

View source: R/runOliveR.R

Description

Simple function to connect UI and Server of the shiny App and launch it inside the default browser.

Usage

1

Arguments

host

Optional parameter where to execute the application, default is 127.0.0.1.

ui

R script containing the code of the user interface of the shiny app.

server

R script containing the code of the server of the shiny app.

Value

The function loads the web application OliveR in your default browser through the shinyApp function, which requires a script with the User Interface of the software and a script of the Server.

Examples

1
2
3
4
## Not run: 
runOliver()

## End(Not run)

nicocriscuolo/OliveR documentation built on Dec. 4, 2020, 9:05 p.m.