Database Reflection using dplyr
At work I write a ton of SQL, and I do most of my querying using R. The workflow goes: Create a string with the SQL in R Plug the string into fetchQuery (see my previous post) This solution works relatively well, but i’m a bit unhappy writing strings ... [Read more...]