radyakin / susoapi

Survey Solutions API access from Stata
1 stars 3 forks source link

Saved r()-results from multiple calls overlap #7

Open radyakin opened 3 years ago

radyakin commented 3 years ago

Saved r()-results from several API calls are overlapped (combined together) rather than replace each other. While each individual value is correct, other values add clutter.

If an API call is returning any saved results in r(), it must clear the saved results first.