Re: [R] sqldf returns Error: database or disk is full

2022-06-27 Thread Ebert,Timothy Aaron
The simple interpretation is that you have run out of space and it takes sqldf 30 minutes to work through the error process and then return the error. A reason for sql is the more compact representation of a sparse matrix. Changing it into a data frame may result in a data structure with many em

Re: [R] inconsistency in tryCatch...

2022-06-27 Thread akshay kulkarni
Dear Richard, Thanks for the informative reply Yours sincerely, AKSHAY M KULKARNI From: Richard O'Keefe Sent: Sunday, June 26, 2022 7:26 AM To: akshay kulkarni Cc: Jeff Newmiller ; r-help@r-project.org Subject: Re: [R] inconsistency