Removes an index from an Andromeda table
removeIndex(tbl, columnNames = NULL, indexName = NULL)
An Andromeda
table (or any other 'DBI' table).
A vector of column names (character) on which the index was created. If not
provided, then the indexName
argument must be provided.
The name of the index. If not provided, the columnNames
argument must be
provided.
Invisibly returns the input table.
Remove an index created using the createIndex()
function. Either the index name or the column
names on which the index was created must be provided.