db_table | R Documentation |
Loads the data from a table in the database
db_table(ch, table_name, ...)
ch |
Connection handle to database |
table_name |
Table name |
... |
Additional arguments passed to sqlFetch() |
A dataframe containing the database table
ch <- db_connect("D:/Dropbox/Work/mystic/db/MysticDB_20160208.accdb")
tbl.Results <- db_table(ch, "Results")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.