csgillespie/efficientR

Chapter 6

csgillespie opened this issue · 1 comments

@Robinlovelace Chapter 6 seems to be causing problems.

I think the bad line is

my_db = src_sqlite("land.sqlite3", create = TRUE)
land_sqlite = copy_to(my_db, land_df, indexes = list("postcode", "price")) 

Closed here: #200