degauss-org / DeGAUSS

Decentralized Geomarker Assessment for Multi-Site Studies
GNU General Public License v3.0
21 stars 9 forks source link

undefined columns selected #8

Closed zferic closed 6 years ago

zferic commented 6 years ago

Hi,

I tried running this on the test data in the README.md but get the following error:

Error in [.data.frame(addresses, , address.col.name) : undefined columns selected Calls: unique -> [ -> [.data.frame

Am I formatting the file incorrectly? It's

id,address 001,3333 Burnet Ave Cincinnati OH 45229 002,660 Lincoln Avenue Cincinnati OH 45229 003,2800 Winslow Avenue Cincinnati OH 45206

And the command line is:

$ docker run --rm=TRUE -v "$PWD":/tmp degauss/geocoder address.csv output Loading required package: methods Error in [.data.frame(addresses, , address.col.name) : undefined columns selected Calls: unique -> [ -> [.data.frame Execution halted

Thanks