Connects to previously created database (currently only a MonetDBLite database created with makeDatabase) and adds indices to the database.
1 | addIndices(dbdir, drop = FALSE)
|
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 "./"). |
drop |
Logical indicating whether the indicies should be dropped (TRUE), otherwise the indices will be created (FALSE). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.