Re: [R] replace.df() function in R

2013-09-18 Thread Pascal Oettli
Hello, This function doesn't exist in any package. I found it using a web search engine (estimated time, 30sec): http://stackoverflow.com/questions/7971513/using-one-data-frame-to-update-another Regards, Pascal 2013/9/19 Alecia M Moser > Hello - > > I have read about a function, replace.df()

[R] replace.df() function in R

2013-09-18 Thread Alecia M Moser
Hello - I have read about a function, replace.df(), that is available in base R. It seems ideal since it would allow me to replace specific columns in one data frame with columns in another data frame, while keeping all other columns intact. The problem is that replace.df() does not seem to exist