-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use function kobo_df_download #7
Comments
Hi @mbk7162 , |
A problem found in using of kobo_df_download, i have the following message Error in read.table(file = file, header = header, sep = sep, quote = quote, : |
Hi @joelsonkos ,
This will download the data in json format. Main data is usually inside results. Option 2
Check the encoding or change the 'type' or other parameters. |
Hi, Thank you for creating this package. I am trying to use it to download data from kobotools into R to save it as xls later on. I want to be able to download the data in long format in R (maybe through creating separate dta files). But, when I try to run the function kobo_df_download, it gives the following error "Downloading: 7.9 kB Export instruction sent successfully. Waiting for result.
Downloading: 7.9 kB Execution in Progress...Timeout[1] "export creation was not successful"
NULL"
I have tried to increase the sleep time as well, but it does not solve the problem.
The text was updated successfully, but these errors were encountered: