Description Usage Arguments Value
View source: R/rampQueryHelper.R
Find all source from given list of RaMP Ids
1 2 | rampFindSourceFromId(rampId = NULL, full = TRUE, conpass = NULL,
dbname = "ramp", username = "root", host = "localhost")
|
rampId |
could be a data frame return by rampFindSynonymFromSynonym containing all information related to synonym. Or can be a list of rampId |
full |
return whole searching result or not (TRUE/FALSE) |
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") |
a data frame that has all source Id in the column or the source table that has metaoblites entry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.