hadley / adv-r

Advanced R: a book

Home Page:http://adv-r.hadley.nz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

translate_sql now requires the con parameter

esimms999 opened this issue · comments

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