Description Usage Details Value Author(s) References See Also Examples
This functions creates a interactive widget to allow users to input arguments for database connection for Unix.
1 |
Database arguments include database name, user name, password, host name, and table name.
The function returns a list containing the following elements:
dbname |
a charater string for the name of the database |
host |
a character string for the name or IP address of the host machine |
user |
a character string for the name of the user |
password |
a character string for the password |
tablename |
a character string for the name of the database table |
Jianhua Zhang
Rdbi
1 2 3 | if(interactive()){
test <- dbArgsWidget()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.