I need to generate big table which contents more than billion rows. Existing I use expand.grid(rep(list(n),k)) but the error message raised saying that need to allocate memory. I don't it's a proper way to generate the data or is there more efficient way to do. Please advice
↧