OuhscBbmc / OuhscMunge

Data manipulation operations
http://ouhscbbmc.github.io/OuhscMunge/
Other
1 stars 4 forks source link

execute sql file #49

Closed wibeasley closed 6 years ago

wibeasley commented 6 years ago

Create a reusable function that accepts (a) a path to a sql file and (b) a DSN name.

It will call RODBC or odbc and execute the query.

wibeasley commented 6 years ago

@mand9472, this is a function that i expect we'll use a lot in the CDW pipeline. Basically, it enables sql files to be easily integrated into an R pipeline.