On Wed, Aug 18, 2010 at 3:33 AM, Mangalani Peter Makananisa
wrote:
> Dear R gurus,
>
>
>
> I am currently using the chron package for date manipulation in R and I
> am able to control the date which take the format
>
>
>
> - 1998/07/03, and
>
> - 2006-09-15 (date without time)
>
Dear R gurus,
I am currently using the chron package for date manipulation in R and I
am able to control the date which take the format
- 1998/07/03, and
- 2006-09-15 (date without time)
Library(chron)
As.Date(2006-09-15, format = '%Y-%m-%d')
However I have a
2 matches
Mail list logo