mrdwab / koboloadeR

KoBo Toolbox offers a convenient way to collect data using web and mobile forms. This package facilitates the retrieval of data entered using these tools using the KoBo Toolbox API (v1).
11 stars 44 forks source link

Unable to Access Large Datasets #9

Open nara907 opened 5 years ago

nara907 commented 5 years ago

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()
)