Description Usage Arguments Details Author(s) See Also Examples
View source: R/ExploreDatabase.R
A graphical user interface for exploring the contents of a database.
1 | ExploreDatabase(channel, parent = NULL)
|
channel |
RODBC. Connection to the ODBC database. |
parent |
tkwin. Parent window (optional) |
Shows database table names and the column structure for each table.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
sqlTables
, sqlColumns
, sqlPrimaryKeys
1 2 3 4 5 6 | ## Not run:
channel <- RODBC::odbcConnect("NWIS Idaho", uid = "", pwd = "")
ExploreDatabase(channel)
close(channel)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.