[R] Comparing/diffing strings

Hadley Wickham hadley at rice.edu
Tue Aug 24 16:16:55 CEST 2010


Hi all,

all.equal is generally very useful when you want to find the
differences between two objects.  It breaks down however, when you
have two long strings to compare:

> all.equal(a, b)
[1] "1 string mismatch"

Does any one know of any good text diffing tools implemented in R?

Thanks,

Hadley

-- 
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/



More information about the R-help mailing list