## These cannot be run by examples() but should be OK when pasted
## into an interactive R session
# Create an empty rangeMapper project
dbcon = rangeMap.start(file = "wrens.sqlite", overwrite = TRUE, dir = tempdir() )
# Select one table and then press OK
tkdbBrowse(dbcon, info = " select a field in one table and then push OK!")
tkdbBrowse(dbcon, tables.name.only = TRUE)
Run the code above in your browser using DataLab