hadley / adv-r

Advanced R: a book
http://adv-r.hadley.nz
Other
2.35k stars 1.71k forks source link

translate_sql now requires the con parameter #1786

Open esimms999 opened 5 months ago

esimms999 commented 5 months ago

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.

con_param dbplyr_news