kobor_read: Download an asset's (form) data from Kobo toolbox.

Description Usage Arguments Value

View source: R/read.R

Description

Connects to Kobo toolbox and downloads data. Needs the id of the asset (form). You can obtain this using kobo_assets() It's the uid that you use to identify the form. Note: We strongly advise against storing your Kobo password in a script.

Usage

1
kobor_read(asset, username, password)

Arguments

asset

The id for the data you wish to download

username

Your Kobo username

password

Your Kobo password

Value

The downloaded data in flattened format.


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