Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dbArgsWidget

Function to build a widget for inputing database arguments


Description

This functions creates a interactive widget to allow users to input arguments for database connection for Unix.

Usage

dbArgsWidget()

Details

Database arguments include database name, user name, password, host name, and table name.

Value

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

Author(s)

Jianhua Zhang

References

Rdbi

See Also

Examples

if(interactive()){
    test <- dbArgsWidget()
}

tkWidgets

R based tk widgets

v1.68.0
Artistic-2.0
Authors
J. Zhang <jzhang@jimmy.harvard.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.