Hi i want to create a matrix for my analysis. I have example data here enter image description here. Im looking for R function how i can import values for each year with interval of 33 rows in new excel sheet. for instance value for 1990 is in Col b Row 2 and value for 1991 should go in same col Row 34 and so on.
Thanks in advance.
I tried looping with interval but it didn't work.