Skip to content

include sql statements

2 messages · Streng Ge-heim, Duncan Murdoch

#
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