A convenience function, simply a wrapper for MonetDBLite's dbGetQuery, querying the specified table for first n rows.
1 |
dbdir |
A string giving the directory (filepath + folder name) of the database to connect to. The file path must be absolute, not relative (eg no "./"). |
table |
A string giving the name of the table in the database whose column names should be listed. |
n |
A number giving the first n rows of the table that should be displated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.