Displaying 1 result from an estimated 1 matches for "tp22146585p22148058".
2009 Feb 22
1
split/decompose lines
Dear R users,
I have a very simple problem but I can't find the function in R to deal with
it.
I need to split (or decompose) one line into many lines using one field as a
reference.
I have a table with the following format:
A B Frequency
23 3 2
24 2 5
25 1 3
And need to split each line into several lines according to the frequency to
achieve something like this:
A B