How to properly populate a nested list and access its subelements in R
I just need to populate a nested list inside two for
loops (for chain
ALPHA and BETA, and for id
), but I am getting a subscript out of bounds
error.
I just need to populate a nested list inside two for
loops (for chain
ALPHA and BETA, and for id
), but I am getting a subscript out of bounds
error.