mattroumaya / surveymonkey

Access your SurveyMonkey data directly from R!
https://mattroumaya.github.io/surveymonkey/
Other
42 stars 10 forks source link

use a custom S3 object instead of passing ID as an integer #3

Closed sfirke closed 4 years ago

sfirke commented 6 years ago

For minimum viable product I'm calling functions with an ID, which can be easily fetched by browse_surveys. But the previous RMonkey implementation passed S3 classes instead. Once up and running, decide which is a better user experience.

sfirke commented 4 years ago

Integer ID is fine, right now there's no reason to expose the user to a custom S3 class.