How to return a unique ID with an API response (specific library Rusps)

Hello! I am using the Rusps library (GitHub - hansthompson/rusps: R package for using USPS' free address validation api) and it's great except that due to the size of my dataset, the API is timing out and sometimes skipping rows. As a result, the dataframe I get back doesn't have the same number of rows as the input dataframe. Does anyone know how I would write the library call so that it appends the Row number or an ID variable from the origin dataframe record to the output?
Thank you!

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.