Currently, strsplit creates several variables. It would be really useful if strsplit created an indexed list that can be iterated through using a while loop. Instead of having something like groupmatchstr1, groupmatchstr2, groupmatchstr3, .... It would be great if you had a list such as groupmatchstr0, groupmatchstr1, and so forth.
Currently, strsplit creates several variables. It would be really useful if strsplit created an indexed list that can be iterated through using a while loop. Instead of having something like groupmatchstr1, groupmatchstr2, groupmatchstr3, .... It would be great if you had a list such as groupmatchstr0, groupmatchstr1, and so forth.