db_createDataframe | R Documentation |
creates an empty data.frame base on what's in a database table
db_createDataframe(db, tableName, dbType = "SQLite")
db |
database access 'handle' |
tableName |
name of the table |
dbType |
currently only SQLite is a valid value |
data.frame
dates come out of database (SQLite) as TEXT field, manual conversion to POSIXCT is needed afterwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.