This is the equivalent of the querySql()
function, except no error report is written
when an error occurs.
The connection to the database server created using either
connect()
or dbConnect()
.
The SQL statement to retrieve the data
Logical: Should dates be imported as character vectors, our should they be converted to R's date format?
Logical: should 32-bit integers be converted to numeric (double) values? If FALSE
32-bit integers will be represented using R's native Integer
class.
Logical: should 64-bit integers be converted to numeric (double) values? If FALSE
64-bit integers will be represented using bit64::integer64
.
A data frame containing the data retrieved from the server
Retrieves data from the database server and stores it in a data frame. Null values in the database are converted to NA values in R.