Description Usage Arguments Value
Wrapper function to link to data
1 | access_bridge(data.type, database, table_name, username, password, type = NA)
|
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 |
type |
To decide whether to extract column names ( |
Returns the linked data (as data.table
) and name of database
or flat table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.