db_getTable | R Documentation |
gets data from a table in the database
db_getTable(db, tableName = NA, SQLString = NA)
db |
database access 'handle' |
tableName |
name of the table |
SQLString |
allows for more specifics actions, if tableName == NA, then SQLString is used as such, otherwise it will be used in the form of SQLString + tableName |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.