Description Usage Arguments Value
View source: R/rampQueryHelper.R
Find rampId from given source ID The rampId can be plugged in other functions to continue query
1 2 | rampFindSourceRampId(sourceId, conpass = NULL, dbname = "ramp",
username = "root", host = "localhost")
|
sourceId |
a data frame or string separated by comma or string separated by new line |
conpass |
password for database access (string) |
dbname |
name of the mysql database (default is "ramp") |
username |
username for database access (default is "root") |
host |
host name for database access (default is "localhost") |
data.frame that has sourceId and rampId and source as columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.