Description Usage Arguments Value
Create required tables for a database.
1 2 | initializeDatabase(cn, networks = "networks", nodes = "nodes",
log = "log", metadata = "metadata", metaresults = "metaresults")
|
cn |
An open RODBC connection. |
networks |
The desired name of the database's network table. |
nodes |
The desired name of the database's nodes table. |
log |
The desired name of the database's log table. |
metadata |
The name of the database's metadata table. |
metaresults |
The name of the database's metaresults table. |
A database information object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.