[R] Efficient manipulation with list object

Christofer Bogaso bog@@o@chri@tofer @ending from gm@il@com
Sun Jun 10 17:33:49 CEST 2018


Hi,

I have a list of length 10,000, and each element of that list is a matrix
with 3 columns and 2,000 rows.

Now when I tried to make a Matrix object with that list using
Reduce('rbind', list), my code is taking a considerable amount of time.

Is there any way to implement same above task in more efficient way?

Thanks,

	[[alternative HTML version deleted]]



More information about the R-help mailing list