Description Usage Arguments Functions
Functions to link to MySQL database and extract column name
Functions to link to flat database and extract column name
1 2 3 | access_mysql_col(database, table_name, username, password)
access_flat_col(database, table_name, data.type)
|
database |
Name of database. Should be either |
table_name |
The name of dataset. File extension must be included if the data is saved as a flat file instead of in a database, e.g. 'data.csv' should be given instead of simply 'data'. |
username |
User name for accessing database if |
password |
Password for accessing database if |
data.type |
|
access_mysql_col
: Link to MySQL database and extract column names of
table in database.
access_flat_col
: Load column names of table (character
string
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.