add_index: Create index on a table

Description Usage Arguments

Description

Create index on a table

Usage

1
2
add_index(dbconn, tblname, key, idx_name = paste0("idx_",
  digest::digest(tblname)))

Arguments

dbconn

SQLConnection. A database connection.

tblname

character. The name of the table to add an index to.

key

character. Identifier of database table.

idx_name

character. Name of the index.


robertzk/cachemeifyoucan documentation built on May 27, 2019, 10:34 a.m.