Changelog
Source:NEWS.md
rsurveycto 0.2.1
- Improved handling of integer values in the choices sheet of form definitions.
- Clarified information in
scto_catalog()
. - Changed
is_deployed
inscto_get_form_metadata()
to logical.
rsurveycto 0.2.0
CRAN release: 2024-08-17
- Added fetching of form metadata, including defintions, for previous and deployed versions using
scto_get_form_metadata()
. - Added unnesting of form definitions using
scto_unnest_form_definitions()
. - Added information provided by
scto_catalog()
. - Fixed
scto_read()
to use and return timestamps in UTC.
rsurveycto 0.1.4
CRAN release: 2022-11-24
- Enabled
scto_read()
to read from one, multiple, or all forms and datasets. - Added
simplify
argument toscto_read()
andscto_get_form_definitions()
.
rsurveycto 0.1.3
- Fixed
scto_read()
to not return result invisibly. - Added column
version
to output ofscto_catalog()
. - Added
scto_get_form_definitions()
to do just that.
rsurveycto 0.1.1
- Added argument
validate
toscto_auth()
for debugging. - Added column
title
to output ofscto_catalog()
. - Updated documentation.
rsurveycto 0.1.0
CRAN release: 2022-09-27
-
scto_read()
no longer requires user to provide argumenttype
. - Added
scto_read_all()
andscto_catalog()
functions to read all datasets and forms.
rsurveycto 0.0.7
- Added
scto_meta()
function to fetch SurveyCTO metadata.
rsurveycto 0.0.6
- Added more options to
scto_write()
.