| col_store | R Documentation | 
This function create a columns stored index on a specified table
col_store(conn, bdd, schema, table_name, drop = FALSE)
conn | 
 A DBI connection  | 
bdd | 
 The sql database name  | 
schema | 
 The sql schema name  | 
drop | 
 default is FALSE, if True, drop the existing index first to create the new one.  | 
table | 
 The sql Table name  | 
col_store(conn = conn, BDD = 'STATPRODTEMP',Schema = 'GEN',table_name = 'MTCARS',drop = FALSE)
col_store()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.