getDatabaseSchema | R Documentation |
Get Database Schema
getDatabaseSchema(db, tableNames = NULL, tableTypes = c("TABLE", "VIEW"))
db |
full path to database (*.mdb, *.xls) or name of ODBC database |
tableNames |
optional. Vector of table names of tables to be included |
tableTypes |
types of database objects to be included. Default:
|
list with elements tables and relationships. Element tables is a list o named elements with the name representing the table names and the elements being lists describing the table...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.