bfatemi / sqlsauce

Utility functions built on top of the package RODBC to facilitate an efficient SQL + R workflow
Other
0 stars 0 forks source link

Evaluate ROP in parent frame in Wsauce #10

Open bfatemi opened 8 years ago

bfatemi commented 8 years ago

sample<- pID[1:100, as.character(ProcedureID)] query <- Qsauce("MainLog", wh = Wsauce(ProcedureID == sample))

This returns error because sample is being evaluated as function but it's binding is in parent frame