Handle DataFrame in r with 5 thousand millions of rows
I need to handle a DataFrame with about 5 billion rows and two columns, but apparently, R cannot create a DataFrame with more than 2^31 (2,147,483,648) rows. When I try to generate one with that dimension I get this error: