Skip to content
Back to formatted view

Raw Message

Message-ID: <26396492.post@talk.nabble.com>
Date: 2009-11-17T21:54:29Z
From: ychu066
Subject: re placing the dates format in R for exporting the data set...

hi everyone, i am having difficulties with replacing the dates format in R
for exporting the data set...

eg: the code that i used was 
toms_dat<- replace(toms_dat, toms_dat ==2009-08-06, 2)
toms_dat<- replace(toms_dat, toms_dat ==2009-08-04, 1)

but when i export the data as into txt file or excel file the dates come up
with very large numbers .....:drunk:

please help me ...=)
-- 
View this message in context: http://old.nabble.com/replacing-the-dates-format-in-R-for-exporting-the-data-set...-tp26396492p26396492.html
Sent from the R help mailing list archive at Nabble.com.