rusps
rusps copied to clipboard
R package for using USPS' free address validation api
`validate_address_usps(street = "140 N. Rolling Rd", city = "Springfield", state = "PA", username = username) Address2 City State Zip5 Zip4 1 140 N ROLLING RD SPRINGFIELD PA 19064 1413 2...
Hello, I have a large dataset (60k obs.) without zipcodes that I am trying to match using this program. I have gotten it to work on a test sample (500...
Added formal parameters based on API docs. Also contributed some cleaning code.
I need an example with the package and maybe explain parameters. Also, try out some of the testing packages like testthat?
When an error occurs I need a way to capture the error and keep going.
I don't really know to much about how this could be done in R but I think is something to strive for to reduce the time for API calls.
Do some kind of modulo and store batched jobs to do more than one address at a time.
Need to figure out how to set up the namespace file to load XML with the library call.