translate_sql now requires the con parameter
esimms999 opened this issue · 0 comments
esimms999 commented
I cloned the adv-r repo and did "Build Book". Had errors pointing to a block of code in Translation.Rmd and complaining that con parameter does not have a default value. I added con = simulate_sqlite()
to the translate_sql calls and it seemed to stop the errors.
NOTE: I have no idea what translate_sql, simulate_sqlite mean; this might not be the value of con that should be used.