Re: [R] POSIXlt error

2010-07-13 Thread Ian Seow
at 10:24 AM, Erik Iverson wrote: > Do you care to share your sessionInfo() , as the Posting Guide asks? > > I cannot reproduce on: > > R version 2.11.1 (2010-05-31) > i486-pc-linux-gnu > > > > On 07/13/2010 09:07 PM, Ian Seow wrote: > >> Hi, I'm encou

[R] POSIXlt error

2010-07-13 Thread Ian Seow
Hi, I'm encountering a strange error in POSIXlt... anyone got a clue on this? > as.POSIXlt("1982-01-01") Error in as.POSIXlt.character("1982-01-01") : character string is not in a standard unambiguous format > as.POSIXlt("1992-01-01") [1] "1992-01-01" > as.POSIXlt("1972-01-01") [1] "1972-01-01"

[R] POSIXlt error for 1982-01-01

2010-07-13 Thread Ian Seow
Hi, I am encountering a strange error in POSIXlt... anyone got a clue? > as.POSIXlt("1982-01-01") Error in as.POSIXlt.character("1982-01-01") : character string is not in a standard unambiguous format > as.POSIXlt("1992-01-01") [1] "1992-01-01" > as.POSIXlt("1972-01-01") [1] "1972-01-01" > as.PO

[R] Convert character vector into string

2010-04-28 Thread Ian Seow
Hi, how do I convert a character vector into a string? c("a","b","c") into "a b c" Thanks! [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide