Skip to content
Prev 303509 / 398506 Next

Column Extraction from matrix

You could also use a 3d array instead of a list:
col=c(1, 2), tbl=c(paste0("a", 1:100))))
col
row   1   2
  1   1 201
  2 101 301
col
row   1   2
  1   1 201
  2 101 301