Skip to content
Prev 220385 / 398500 Next

dbSendQuery with R variables

On 5/11/10 5:01 AM, jim holtman wrote:
In the end, I think paste is your only option.  The latest version of 
RSQLite does support parameterized SELECT queries, but you cannot use 
the parameters to specify table names, only values.

For details of what is supported, try reading through the examples in 
help("dbSendPreparedQuery")


+ seth