Skip to content
Prev 133481 / 398500 Next

splitting the column

Try this also:

 do.call(rbind, lapply(apply(df, 1, paste, collapse=" "),
function(.x)read.table(textConnection(.x))))
On 08/01/2008, mohamed nur anisah <nuranisah_mohamed at yahoo.com> wrote: