Skip to content

Datatable manipulation

2 messages · Nitisha jha, arun

#
Hi,

Check these links:
http://stackoverflow.com/questions/19626534/r-issue-error-in-sqliteexecstatementcon-statement-bind-data-no-such-tabl


http://r.789695.n4.nabble.com/Problem-with-SQLDF-Error-in-sqliteExecStatement-con-statement-bind-data-RS-DBI-driver-error-in-state-td4621931.html


A.K.
On Tuesday, December 10, 2013 6:54 AM, Nitisha jha <nitisha999 at gmail.com> wrote:
Hi,
I have a doubt after a long time :) . I have a function which has sqldf statements and it works fine when I call it from console but when I am calling that function within another function, it gives me the error that?
Error in sqliteExecStatement(con, statement, bind.data) :?
? RS-DBI driver: (error in statement: no such table: table_name)

What is wrong here?
On Fri, Nov 22, 2013 at 7:27 PM, arun <smartpink111 at yahoo.com> wrote: