Re: [R] Conversion problem with write.csv and as.character()

2016-03-10 Thread Peter Neumaier
All fixed and solved in R-SIG-Finance. Thanks, Peter On Thu, Mar 10, 2016 at 3:25 PM, Sarah Goslee wrote: > Hi Peter, > > We really need a reproducible example to solve this kind of question. > Please use dput(head(yourdata)) to provide a sample of data (or make > up fake data that shows the sa

Re: [R] Conversion problem with write.csv and as.character()

2016-03-10 Thread Jim Lemon
Hi Peter, Have you tried: a_fetchdata<-format(a_fetchdata,"%Y-%m-%d %H:%M:%S") before writing the data? Jim On Thu, Mar 10, 2016 at 10:14 PM, Peter Neumaier wrote: > Hi all, sorry for double/cross posting, I have sent an initial, similar > question > accidentally to r-sig-finance. > > I am wri

Re: [R] Conversion problem with write.csv and as.character()

2016-03-10 Thread Joshua Ulrich
I already answered all your questions on R-SIG-Finance. On Thu, Mar 10, 2016 at 5:14 AM, Peter Neumaier wrote: > Hi all, sorry for double/cross posting, I have sent an initial, similar > question > accidentally to r-sig-finance. > > I am writing a matrix (typeof = double) into a CSV file with wri

Re: [R] Conversion problem with write.csv and as.character()

2016-03-10 Thread Sarah Goslee
Hi Peter, We really need a reproducible example to solve this kind of question. Please use dput(head(yourdata)) to provide a sample of data (or make up fake data that shows the same problems), and provide the code you're using. Sarah On Thu, Mar 10, 2016 at 6:14 AM, Peter Neumaier wrote: > Hi a