#KoboconnectR 2.0.0
All the functions are updated to use httr2
as
httr
is approaching end of life. API calls now use version
2, instead of version 1 of Kobotoolbox REST APIs.
#KoboconnectR 1.2.2
Replaced kobo.humanitarianresponse.info
with
eu.kobotoolbox.org
because of change in API location.
Changed function kobo_xls_dl()
to include multiple
sheets. Changed test files to rectify errors in CRAN (Bug fixes).
Added new function kobo_media_downloader
that downloads
media from the kobo assets.
Resolved issues of API not reacting to parameters. For example,
setting include_media_url
to “true” did not actually
include the medial url. Also, resolved the issues which were causing the
last version to fail during tests. Specifically, not failing gracefully
when the issue was coming from the internet resource.
kobo_df_download
added, that enables
direct download of csv file. A csv export is created and downloaded.
Then the export is deleted.NEWS.md
file to track changes to the
package.