Skip to contents

Download all uploaded files related to a KoboToolbox API asset

Usage

kobo_file_download(x, folder)

Arguments

x

the asset uid or the kobo_asset object.

folder

character, the folder where you store the downloaded files. The working directory is the default folder.

Value

A vector of file paths.

Examples

if (FALSE) {
kobo_setup()
uid <- "a9cwEQcbWqWzA5hzkjRUWi"
kobo_file_download(uid, folder = tempdir())
}