Rdocumentation
powered by
Learn R Programming
sqlutils (version 1.2)
getSQL: Returns the query as a string with the parameters set.
Description
Returns the query as a string with the parameters set.
Usage
getSQL(query = NULL, ...)
Arguments
query
the query name.
...
SQL parameters.
Value
the SQL string with parameters replaced.