rampKWsearch: The function does key word search from given synonym on...

Description Usage Arguments Value

Description

The function does key word search from given synonym on within databases

Usage

1
rampKWsearch(word, database, conpass, dbname = "ramp", username = "root")

Arguments

word

string value that describe the keyword user want to search

database

string value that describe where the user want to search for key word

conpass

password for database access (string)

dbname

name of the mysql database (default is "ramp")

username

username for database access (default is "root")

Value

If there is at least one itmes in database vaguely matching key word, it will return a data frame that contains all search result. Otherwise it will return a string value to inform user.


bofei5675/RaMP2 documentation built on May 20, 2019, 8:48 a.m.