Proper way to convert string to expression for dplyr in R?
I’m trying to create dynamic SQL pulls in R. I’m using dplyr to create the pulls. However, I haven’t found a way to properly convert a string to expression with dplyr.
Proper way to convert string to expression for dplyr in R?
I’m trying to create dynamic SQL pulls in R. I’m using dplyr to create the pulls. However, I haven’t found a way to properly convert a string to expression with dplyr.