Description Usage Arguments See Also Examples
View source: R/create_procedure.R
Model Deployment
1 | createProcedure(connection, procedure_name, table_name)
|
connection |
a connection to the database from createConnection |
procedure_name |
name of the procedure to create |
table_name |
name of the table to accept/store the model |
1 2 3 4 5 6 | ## Not run:
# don't run this sript
con = createConnection(server = "",database = "",username="",password="")
createProcedure(con,"model_procedure","model_table")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.