Hello, I am very new to RSQLite. I was creating tables and storing it into a database. Recently I came across an error while trying to create tables in a database.
Error in result_bind(res@ptr, parms) : database or disk is full.
Is there any way we can increase the size of a database. or how to check the size of RSQLite database to mitigate this error? Can anyone help me?