Re: [R] Passing Multiple Variable Into SQLDF Statement as parameters of function

2012-07-12 Thread scstrein
Thanks! For some reason, example 5 in that documentation doesn't work for me. It runs the query, but I'm getting zero results. If I substitute the variable with the actual value, I do get the results I want. Is there a reason for this? -- View this message in context: http://r.789695.n4.nabbl

[R] Passing Multiple Variable Into SQLDF Statement as parameters of function

2012-07-11 Thread scstrein
Hey guys, So I'm working with a project where I manage a database within R, and I'm developing a script/function that will automatically run my queries in R depending on the date parameters passed in. The problem is that when I create variables for the dates, and use those variables in my sqldf s