Re: [R] Help with replace()

2018-07-13 Thread Uwe Ligges
3rd Qu. Max. "1977-07-16" "1984-03-13" "1990-08-16" "1990-12-28" "1997-07-29" "2002-12-31" WHP From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: Thursday, July 12, 2018 11:29 AM To: Bill Poling Cc: r-help (r-help@r

Re: [R] Help with replace()

2018-07-12 Thread Bill Poling
"2002-12-31" WHP From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: Thursday, July 12, 2018 11:29 AM To: Bill Poling Cc: r-help (r-help@r-project.org) Subject: Re: [R] Help with replace() > On Jul 12, 2018, at 8:17 AM, Bill Poling > mailto:bill.pol...@zelis.com>>

Re: [R] Help with replace()

2018-07-12 Thread David Winsemius
> On Jul 12, 2018, at 8:17 AM, Bill Poling wrote: > > > R version 3.5.1 (2018-07-02) -- "Feather Spray" > Copyright (C) 2018 The R Foundation for Statistical Computing > Platform: x86_64-w64-mingw32/x64 (64-bit) > > Hi. > > I have data set with day month year integers. I am creating a date c

[R] Help with replace()

2018-07-12 Thread Bill Poling
R version 3.5.1 (2018-07-02) -- "Feather Spray" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) Hi. I have data set with day month year integers. I am creating a date column from those using lubridate. a hundred or so rows failed to pars