search for: monthly_data

Displaying 1 result from an estimated 1 matches for "monthly_data".

2013 Feb 12
0
How do I solve a disk I/O error with RSQLite?
Hi there, I had an error when using RSQLite. My code and the error message are the following: > dbGetQuery(sql.dispersion, + "create table monthly_data_temp as + select a.*, b.industry + from monthly_data as a left join + siccd_industry_ff49 as b + on a.siccd = b.siccd + order by permno, date") Error in sqliteExecStatement(con, statement, bind.data) : RS-DBI driver: (R...