Kobor allows access to Kobo Toolbox from R
You can install the released version of kobor from GitHub with:
install.packages("remotes")
remotes::install_github("ianhandel/kobor")
library(kobor)
# Download a list of assets/forms
forms <- kobor_assets(username = "fred", password = "mypassword")
forms
# Download data from a form
# Locate the form in the list of assets and copy its uid
mydata <- kobor_read(asset = "uid you noted", username = "fred", password = "mypassword")
mydata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.