gsk3 / taRifx.geo

taRifx.geo package for R, available on CRAN
9 stars 8 forks source link

Error when geocoding data frame #3

Open cengel opened 9 years ago

cengel commented 9 years ago

I am trying to geocode a data frame an get an error "Error in rep.int(names(x), lapply(x, length)) : invalid 'times' value".

Simply running the example from the documentation gives me the same error.

dat <- data.frame( value=runif(3), address=c("3817 Spruce St, Philadelphia, PA 19104","Philadelphia, PA","Neverneverland") ) geocode(dat) Error in rep.int(names(x), lapply(x, length)) : invalid 'times' value