1
我需要知道爲什麼會出現提到錯誤,儘管當我用任何數值代替DFinal [i,「x」]時工作正常,感謝你的幫助sqliteSendQuery(con,statement,bind.data)中的錯誤:error in statement:[
for(i in 1:nrow(DFinal)){
+ result =0
+ var1= DFinal[i,"x"]
+ var2= DFinal[i,"y"]
+ result <- sqldf(' select count(distinct(V5)) from DLoc where V1= DFinal[i,"x"] and V5 in (select distinct(V5) from DLoc where V1=var2) ')
+
+ DFinal[i,"res"]<- result
+
+ }
錯誤sqliteSendQuery(CON,聲明,bind.data): 錯誤的語句:近 「[我,」 X 「]」:語法錯誤