You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: