0

I have a list in R where my objects are stored and accessible like this:

list[[i]]

If I have to select a specific zone of it, in a normal list I could just do list[2:12] for exemple.

But here, list[[2]:[12]] or [[2:12]], nor list[2:12] is not working.

Which is the correct syntax? I'm a bit blocked.

Ondy
  • 3
  • 5

0 Answers0