runRaMPapp: Run Shiny App

Description Usage Arguments Examples

View source: R/runRaMP.R

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
2
runRaMPapp(conpass = NULL, host = "localhost", username = "root",
  dbname = "ramp")

Arguments

conpass

password for database access (string)

host

host name for database access (default is "localhost")

username

username for database access

dbname

database name for database access

Examples

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

## End(Not run)

Mathelab/RaMP-DB documentation built on April 24, 2021, 3:11 p.m.