''' dbWriteTable(mydb, "Albums1", tracks_list) '''
Error in .local(conn, statement, ...) : could not run statement: Loading local data is disabled; this must be enabled on both the client and server sides
This is the error I get when I try to make a table in the database, It makes the table but does not transfer the data.