Changes in version 2022-12-22 - chore: Cleaning, linting, & namespacing - fix: Update typeform URLs Changes in version 2020-08-29 - CRAN release Changes in version 2020-08-28 - Fixed an issue introduced with dplyr 1.0.0 in handling of duplicate variable names Changes in version 2.0.1 (2020-03-23) - Tidying up code - Update docs - Use Oauth Changes in version 2.0.0 (2018-08-28) - Move to the new typeform API - breaking changes - Jumped to Version 2 to match the V2 API. Changes in version 0.4.0 (2018-07-27) - Bug fix: Empty data frames now returned - Intended to the final version using the V1 data API. Added a start-up message. - Removed offset argument - seems to be broken at the typeform end. Changes in version 0.3.3 (2017-12-02) - More consistent response with get_typeforms(). - Bug fix: Return an empty data frame when there are no typeforms (very edge case). - Bug fix: typeform API insists on integers for times; so use times. Changes in version 0.3.2 (2017-10-02) - Bug fix: Return an empty data frame when there are no completed responses. - Bug fix: Parse hidden fields correctly Changes in version 0.3.1 (2017-07-25) - Improved error messages for http status codes. - More consistent response with get_questionnaire(). Changes in version 0.3.0 (2017-05-03) - Breaking changes to the API. get_results() now depreciated. Instead, use get_questionnaire(). This returns a list with http_status, question stats, questions, completed, and uncompleted responses (thanks to @hrbrmstr). Changes in version 0.2.1 - Adding automatic type conversion in the get_results() function (thanks to @1beb). Changes in version 0.2.0 (2016-12-02) - Adding user agent to API call. - Better error handling. - Export get_api function. Changes in version 0.1.1 (2016-03-31) - Minor tweaks for CRAN. Changes in version 0.1.0 - Initial release.