Re: [R] Update data in text file with data in dataframe

2017-08-20 Thread Nicola Cecchino
Thanks, I'll take a look. On Aug 19, 2017 5:22 PM, "John Kane" wrote: > I think we need a bit more info on the data layout and what decision rule > you are using to update the Date of Service. Are you just updating a record > to provide the most recent DoS or are you correcting errors? > > Have

Re: [R] Update data in text file with data in dataframe

2017-08-19 Thread John Kane via R-help
I think we need a bit more info on the data layout and what decision rule you are using to update the Date of Service. Are you just updating a record to provide the most recent DoS or are you correcting errors? Have a look at http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-repro

Re: [R] Update data in text file with data in dataframe

2017-08-19 Thread Jeff Newmiller
You might get someone on this last willing to invent something from scratch, but really this mailing list works best if you give very specific information, such as a verbatim copy of several records worth of your data file including all the stuff you want to skip over. Usually if someone is plan