I have a large dataset with almost 2000 variables in r. Then I use sqldf to write several case statements to create new columns in the original dataset. However, I get the following error:
Error in rsqlite_send_query(conn@ptr, statement) : too many SQL variables
I rebooted my laptop today, and this error has never occurred before.
Any help is appreciated.
source
share