| viewerDataMySQL {rdataviewer} | R Documentation |
This function derives various important attributes of an SQL query and stores them so that viewing the query can occur efficiently.
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