search for: codpostal

Displaying 2 results from an estimated 2 matches for "codpostal".

Did you mean: code_postal
2009 Mar 19
0
Matching failure in merge()
...tical to "SANT VICEN? DELS HORTS" and I get: (082634 is the municipality code for that town in Bnomscodmunicipis and 08620 is the postal code for that town in delme) > x <- Bnomscodmunicipis[Bnomscodmunicipis$CODMUN=="082634",1][1] > y <- miDUNS50peqB[miDUNS50peqB$CODPOSTAL=="08620","POBLACION"][1] > str(x) chr "SANT VICEN? DELS HORTS" > str(y) chr "SANT VICEN? DELS HORTS" > x==y [1] FALSE which I cannot understand. If I just cut and paste those values and run the equivalent logical operation: > "SANT V...
2009 Mar 21
0
Solved: [Fwd: Matching failure in merge()]
...entical to "SANT VICEN? DELS HORTS" and I get: (082634 is the municipality code for that town in Bnomscodmunicipis and 08620 is the postal code for that town in delme) > x <- Bnomscodmunicipis[Bnomscodmunicipis$CODMUN=="082634",1][1] > y <- miDUNS50peqB[miDUNS50peqB$CODPOSTAL=="08620","POBLACION"][1] > str(x) chr "SANT VICEN? DELS HORTS" > str(y) chr "SANT VICEN? DELS HORTS" > x==y [1] FALSE which I cannot understand. If I just cut and paste those values and run the equivalent logical operation: > "SANT VICE...