Skip to content
Prev 255738 / 398506 Next

Creating multiple vector/list names-novice

Try this:

 lapply(2:3, FUN = combn, x = string, paste, collapse = '')
On Mon, Apr 4, 2011 at 11:24 AM, michalseneca <michalseneca at gmail.com> wrote: