- Added
kobo_file_list
to list all media files availabe - Added
kobo_attachment_download
to download attached files in a specific folder
- if you have a column
var_other
andselect_multiple
choiceother
for a columnvar
, the,var_other
is silently overwritten. It's fixed now and we rename the duplicate. - text question with numbers are parsed as numbers, it's fixed now.
select_multiple
questions with choices with special characters suchs(
,)
,{
or}
were breaking the split into dummy variables. Bug fixed.- Fix bug on
paginate
inkobo_data
- Fix bug in
kobo_audit
when you have audit data columns are different across submissions.
- Support for media question types (
media::image
,media::big-image
,media::audio
,media::video
) - Keep the
_attachments
column in the data.
- released to CRAN
- Better version order to use the choice labels of the latest form deployed.
- Added a fonction
kobo_audit
to get all the audit logs data from a form with audit enabled. It comes with a vignette showing how to read audit logs. - Add a
progress
parameter tokobo_data
, you can see your progress through custom messages. - Added a logical parameter
select_multiple_label
tokobo_data
in order to turnselect_multiple
values to labels. It's useful if you want to work directly with labels inselect_multiple
- Added a
all_versions
logical parameter tokobo_data
to check whether or not you want to include data from all form versions. - Added a
colnames_label
logical parameter tokobo_data
to check whether or not you want to include variable labels as column names.
- Fixing the following issue: Using
true
orfalse
as values inselect_one
breaks the labels. - Revert to
type.convert
because of flexibility on boolean/logical - Add a fonction to merge the variables from different groups due to different versions of the form used during data collection.
robotoolbox
provides WKT columns forgeopoint
,geotrace
andgeoshape
question types, for easier spatial data analysis.- Remove unnecessary list-columns and pre-process
_validation_status
column.
- Fix a bug in
kobo_form
when you have alist_name
in thechoices
tab but no associated question in thesurvey
tab.
- It is now possible to match submissions to form based on the version of the form used even when you're not the owner of the project. This new feature work best with
Kobotoolbox kpi
version2.023.12
and up. - When you have child table with differents parent tables, split it and change names.
- Update
purrr
to 1.0.1
kobo_data
andkobo_submissions
are faster for surveys withrepeat group
.- Add variables as labels when a variable label is missing
- Custom labels for
select_multiple
dummy variables
kobo_form
was not working with survey with duplicated columns. Duplicared columns will be deduped.
- Update to make it compatible with
tidyr
1.3.0
- Hide token when using
kobo_settings
print method
- Update code to remove depecrated
.data
arguments intidyselect
function. Introduced as oftidyselect
version1.2.0
- Use
readr::type_convert
instead ofutils::type.convert
to get the right date, datetime types
- An empty tibble is returned for project with zero submissions
- Fixed bug on
kobo_form
- All columns are exported including columns with no responses
- Adapt vignette to {dm} new features since version one and above.
- Add
retry
support in simple queries.
- Renaming KoBo to Kobo to match changes made by the Kobotoolbox team
- All values are turn into dummies including values not used