[R] move date-values from one line to several lines

2014-12-02 Thread Matthias Weber
Hello together, i have a data.frame with date-values. What I want is a data.frame with a several lines for each date. My current data.frame looks like this one: ID FROM TOREASON 1 2015-02-27 2015-02-28Holiday 1 2015-03-15 2015-03-20Illness 2

Re: [R] move date-values from one line to several lines

2014-12-02 Thread Marc Schwartz
On Dec 2, 2014, at 9:29 AM, Matthias Weber matthias.we...@fntsoftware.com wrote: Hello together, i have a data.frame with date-values. What I want is a data.frame with a several lines for each date. My current data.frame looks like this one: ID FROM TO

Re: [R] move date-values from one line to several lines

2014-12-02 Thread Jeff Newmiller
On Tue, 2 Dec 2014, Marc Schwartz wrote: On Dec 2, 2014, at 9:29 AM, Matthias Weber matthias.we...@fntsoftware.com wrote: Hello together, i have a data.frame with date-values. What I want is a data.frame with a several lines for each date. My current data.frame looks like this one: ID