Re: [R] Combining character, numeric and dates fields in one data frame

2014-06-26 Thread Jim Lemon
On Thu, 26 Jun 2014 10:42:54 AM Mangalani Peter Makananisa wrote: > Hi, > > I am try to fix the data frame and I see that we only have two fields > defined characters and numeric fields. How do I add date field on the > same data after using the as.Date & as.yearmon and be able to manipulat

[R] Combining character, numeric and dates fields in one data frame

2014-06-26 Thread Mangalani Peter Makananisa
Hi, I am try to fix the data frame and I see that we only have two fields defined characters and numeric fields. How do I add date field on the same data after using the as.Date & as.yearmon and be able to manipulate the data on the date field(s)? Please advise Kind regards peter Ple