> Good Afternoon, > > I have a small problem with the following code. > > # The x.sub$Time[[1]] 2006-10-31 19:03:01 EST > > # when put in variable star give-me > star<-x.sub$Time[[1]] > print(star) > print(x.sub$Time[[1]]) > [1] 1 36 32 -........ > > > do not understand why
Why what? Without exact info what is x.sub$Time there is not much to tell about its printing method. Regards Petr > > > -- > View this message in context: http://r.789695.n4.nabble.com/problem-with- > data-tp4453510p4453510.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.