[Rd] Segfault with match()

Hadley Wickham h.wickham at gmail.com
Mon Mar 30 22:10:16 CEST 2015


This is admittedly a contrived example, but...

data(housing, package ="MASS")
x <- housing$Type + housing$Sat
match(x, unique(x))

Hadley

-- 
http://had.co.nz/



More information about the R-devel mailing list