db_tbl_def | R Documentation |
gathers info on all tables in the database
db_tbl_def(db)
db |
database access 'handle' |
a data.frame with the following columns: name, nrows, info every entry in the column info contains a data.frame with the names of the columns in the table and their type (see also db_columnInfo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.