README.md

kobor

Lifecycle: experimental

Kobor allows access to Kobo Toolbox from R

Installation

You can install the released version of kobor from GitHub with:

install.packages("remotes")
remotes::install_github("ianhandel/kobor")

Example

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



ianhandel/kobor documentation built on March 16, 2020, 12:21 a.m.