alarconvv / biogeoclean

An R package to cleaning geographical data from electronic biodatabases
1 stars 0 forks source link

Error in ISOtoCountry #4

Closed Dmirandae closed 8 years ago

Dmirandae commented 8 years ago

The code to check the iso value, always returns "Wrong ISO value". The code must be if all(iso != c(2,3)) { stop("Wrong ISO value") }

OR if (iso != 2 & iso != 3) { stop("Wrong ISO value") }

alarconvv commented 8 years ago

porfavor mandame la funcion corregida, y yo monto el archivo


Viviana Romero Alarcon Est. Biología Universidad Industrial de Santander

2016-01-26 9:28 GMT-05:00 Daniel R. Miranda-Esquivel < notifications@github.com>:

The code to check the iso value, always returns "Wrong ISO value". The code must be if all(iso != c(2,3)) { stop("Wrong ISO value") }

OR if (iso != 2 & iso != 3) { stop("Wrong ISO value") }

— Reply to this email directly or view it on GitHub https://github.com/alarconvv/geocleaMT/issues/4.

Dmirandae commented 8 years ago

Done

Dmirandae commented 8 years ago

function updated