I have a large dataset with nearly 2000 variables in r. I then use sqldf to write a few case statements to create new columns on 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 previously this error never occured.
Any help is appreciated.