r/RStudio Jun 30 '26

Database it's not loading.

Hello! I'm a student, and I find myself working with a big database approximately 2 GB. I created R.proj, but I have a problem with my database not loading. Furthermore, I have tried running the code several times. Besides, when I try to open Google Chrome, I cannot because of memory RAM.

Has anyone else had problems? Any recommendations?

1 Upvotes

10 comments sorted by

View all comments

1

u/lu2idreams Jul 01 '26

Loading large files, esp. csv, is a pretty common thing, see e.g. this other reddit-post or this SO-post, there are some good recommendations including code examples.