Re: [R] Reshaping dataframes

2012-08-23 Thread Ingmar Schuster
itute_na(d) > r2 <- subs_na(d) > str(r1) > str(r2) > identical(r1, r2) # TRUE > > You could use the same coding for characters, Dates, etc. > > Hope this helps, > > Rui Barradas > > Em 22-08-2012 20:16, Ingmar Schuster escreveu: > > Hi, >> >>

[R] Reshaping dataframes

2012-08-22 Thread Ingmar Schuster
tor columns from numeric columns and use a special numeric value there. The current version of rbind.fill makes no direct reference to the fill value so that I could change its implementation for my purpose. Thanks! Ingmar -- Ingmar Schuster Natural Language Processing Group Department of Com