Skip to content

Releases: agency-fund/rsurveycto

0.1.4

24 Nov 12:10
Compare
Choose a tag to compare
  • Enabled scto_read() to read from one, multiple, or all forms and datasets.
  • Added simplify argument to scto_read() and scto_get_form_definitions().
  • Fixed scto_read() to not return result invisibly.
  • Added column version to output of scto_catalog().
  • Added scto_get_form_definitions() to do just that.

0.1.2

25 Oct 12:32
Compare
Choose a tag to compare
  • Fixed drop_empties() to return result invisibly.
  • Added argument validate to scto_auth() for debugging.
  • Added column title to output of scto_catalog().
  • Updated documentation.

0.1.0

27 Sep 13:13
Compare
Choose a tag to compare
  • scto_read() no longer requires user to provide argument type.
  • Added scto_read_all() and scto_catalog() functions to read all datasets and forms.
  • Added handling of parallel requests.
  • Added check for valid username and password.
  • Added scto_meta() function to fetch SurveyCTO metadata.
  • Added more options to scto_write().

0.0.5

08 Sep 12:19
Compare
Choose a tag to compare
  • Removed default output directory per CRAN requirements.
  • Removed caching for simplicity in meeting CRAN requirements.