rampFindSourceRampId: Find rampId from given source ID The rampId can be plugged in...

Description Usage Arguments Value

View source: R/rampQueryHelper.R

Description

Find rampId from given source ID The rampId can be plugged in other functions to continue query

Usage

1
2
rampFindSourceRampId(sourceId, conpass = NULL, dbname = "ramp",
  username = "root", host = "localhost")

Arguments

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")

Value

data.frame that has sourceId and rampId and source as columns


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