add_index | R Documentation |
Add an index to a table in a RelDataModel
add_index(x, tableName, fieldNames, unique)
x |
a RelDataModel |
tableName |
the name of the table to modify (a single character) |
fieldNames |
the names of the fields to include in the index |
unique |
a logical indicating if the indexed values are unique |
A RelDataModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.