runRaMPapp: Run Shiny App

Description Usage Arguments Examples

Description

This function launches the RShiny app. It requires a connection to the RaMP database as input, which requires running the function connectoToRaMP() and providing the MySQL password.

Usage

1
runRaMPapp(conpass = NULL)

Arguments

conpass

password for database access (string)

Examples

1
2
3
4
5
## Not run: 
con <- connectToRaMP(dbname="ramp",username="root",password="mypassword")
runRaMPapp(con=con)

## End(Not run)

bofei5675/RaMP2 documentation built on May 20, 2019, 8:48 a.m.