Description Usage Arguments Examples
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.
1 2 | runRaMPapp(conpass = NULL, host = "localhost", username = "root",
dbname = "ramp")
|
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 |
1 2 3 4 5 | ## Not run:
con <- connectToRaMP(dbname="ramp",username="root",password="mypassword")
runRaMPapp(con=con)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.