runOliveR: Launches the web shiny App "OliveR"

View source: R/runOliveR.R

runOliveRR Documentation

Launches the web shiny App "OliveR"

Description

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

Usage

runOliveR()

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

## Not run: 
runOliver()

## End(Not run)

nicocriscuolo/OliveR documentation built on Nov. 16, 2024, 7:31 p.m.