Learn R Programming

sqlutils (version 1.2)

sqlexec: Generic function for executing a query.

Description

Generic function for executing a query.

Usage

sqlexec(connection, sql, ...)

Arguments

connection
the database connection.
sql
the query to execute.
...
other parameters passed to the appropriate sqlexec function.

Value

a data frame.