Re: [R] trouble with extracting Date string from my data.

2012-10-15 Thread Gabor Grothendieck
On Mon, Oct 15, 2012 at 1:54 PM, 박상규 wrote: > Thank you for replying. > > > But, I think it creates another problem if I remove it in another code of > my own. > > So, I just want to extract Date and convert it as string without removing > FUN=as.chron. > > > Does anyone know another soluti

Re: [R] trouble with extracting Date string from my data.

2012-10-15 Thread 박상규
Gabor Grothendieck"<ggrothendi...@gmail.com> To: "박상규"<birdfir...@naver.com>; Cc: <r-help@r-project.org>; Sent: 2012-10-16 (화) 02:40:15 Subject: Re: [R] trouble with extracting Date string from my data. On Mon, Oct 15, 2012 at 12:32 PM, 박상규 <birdfire9

Re: [R] trouble with extracting Date string from my data.

2012-10-15 Thread Gabor Grothendieck
On Mon, Oct 15, 2012 at 12:32 PM, 박상규 wrote: > Hello, > > I have trouble with extracting Date string from my each row data. > > The date format I use is as the follows: > > --- > Index,Open,High,Low,Close # header

[R] trouble with extracting Date string from my data.

2012-10-15 Thread 박상규
Hello, I have trouble with extracting Date string from my each row data. The date format I use is as the follows: --- Index,Open,High,Low,Close # header 2011-11-01 9:00:00 ,248.50,248.95,248.20,248.70 ... -