kobo_audit {robotoolbox}R Documentation

Get all audit logs data from a KoboToolbox survey

Description

Get all audit logs data from a KoboToolbox survey through a kobo_asset or asset unique identifier.

Usage

kobo_audit(x)

Arguments

x

the unique identifier of a specific asset (character) or a kobo_asset object.

Value

A data.frame. It contains survey paradata from audit logs. The following columns are available:

Examples

## Not run: 
kobo_setup()
uid <- "a9cwEQcbWqWzdA5eqkjRUWi"
asset <- kobo_asset(uid)
audit <- kobo_audit(asset)

if (require(dplyr)) {
 library(dplyr)
 glimpse(audit)
 }

## End(Not run)


[Package robotoolbox version 1.3.2 Index]