Everything works well until load_dam, which gives me this error:
Error in `[.data.table`(q, , .(regions = list(region_id)), by = c("path", :
column or expression 1 of 'by' or 'keyby' is type list. Do not quote column names. Usage: DT[,sum(colC),by=list(colA,month(colB))]
I am following the tutorial and am receiving an error:
Everything works well until load_dam, which gives me this error:
What do you guys think I am doing wrong?