Description Usage Arguments Details Value Author(s) See Also
This function derives various important attributes of an SQL query and stores them so that viewing the query can occur efficiently.
1 | viewerDataMySQL(query, dbname, username, password = "", host = NULL)
|
query |
The SQL query. |
dbname |
The name of the database to be queried. |
username |
The username to connect to the database server. |
password |
The username password to connect to the database server. |
host |
The name of the database server. |
This set up involves a couple of queries to the database server.
An object of class "ViewerDataMySQL".
Paul Murrell
ViewerDataMySQL
and
viewerData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.