create_db_index | R Documentation |
Create Database index statement
create_db_index( table_name = NULL, data = NULL, index_name = NULL, is_unique = F, variable = NULL )
table_name |
a table name |
index_name |
if not 'NULL' an index name |
variable |
variable name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.