execQuery: Executes the specified query and returns a data frame. This function currently
supports RODBC, RSQLite, and RMySQL. For other databases, use getQuery() and
execute the SQL statement using the appropriate database connection.
Description
Executes the specified query and returns a data frame. This function currently
supports RODBC, RSQLite, and RMySQL. For other databases, use getQuery() and
execute the SQL statement using the appropriate database connection.