Skip to content
Prev 181288 / 398502 Next

Creating a list by just using start and final component

Hollix wrote:
Hi,

you can do something like that:

matrices <- ls( pattern = "m[0-9]+" )
res <- lapply( matrices, get )

Romain