I am trying to use the Kobo API and have issues using the kobo_data_downloader() function to download large datasets. These are the messages printed in the console.
Large Datasets (+2000) will not download
Parsed with column specification:
cols(
`<html>` = col_character()
)
Datasets that aren't huge, download just fine
Parsed with column specification:
cols(
detail = col_character()
)
I am trying to use the Kobo API and have issues using the kobo_data_downloader() function to download large datasets. These are the messages printed in the console.
Large Datasets (+2000) will not download
Parsed with column specification:
Datasets that aren't huge, download just fine
Parsed with column specification: