ExploreDatabase: Explore Database Connection

Description Usage Arguments Details Author(s) See Also Examples

View source: R/ExploreDatabase.R

Description

A graphical user interface for exploring the contents of a database.

Usage

1
ExploreDatabase(channel, parent = NULL)

Arguments

channel

RODBC. Connection to the ODBC database.

parent

tkwin. Parent window (optional)

Details

Shows database table names and the column structure for each table.

Author(s)

J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center

See Also

sqlTables, sqlColumns, sqlPrimaryKeys

Examples

1
2
3
4
5
6
## Not run: 
  channel <- RODBC::odbcConnect("NWIS Idaho", uid = "", pwd = "")
  ExploreDatabase(channel)
  close(channel)

## End(Not run)

jfisher-usgs/RNWIS documentation built on Aug. 26, 2020, 6:43 p.m.