jeffjon12

Results 2 comments of jeffjon12

I've worked around this for now by using Reticulate to call out to Python code which makes the DB connection and runs the query. However, that's a pretty poor experience...

Dependency management turned out to be too difficult with reticulate, so we ended up wrapping the R code with Python which performs the query, writes the results to a file,...