Skip to content
Prev 337159 / 398528 Next

include sql statements

On 28/02/2014 5:16 AM, Streng Ge-heim wrote:
SQL is a different language from R.  You shouldn't expect source() to work.

You can process SQL using RODBC or various other database packages, e.g. 
RSQLite.  They send the SQL statements to a database for processing.

Duncan Murdoch