Description Usage Arguments Value
The function does key word search from given synonym on within databases
1  | rampKWsearch(word, database, conpass, dbname = "ramp", username = "root")
 | 
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")  | 
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.