kobo_get_data: Retrieve specific dataset by form ID from specific user

View source: R/kobo_authentication.R

kobo_get_dataR Documentation

Retrieve specific dataset by form ID from specific user

Description

Retrieve specific dataset by form ID from specific user

Usage

kobo_get_data(
  base_url = "https://kf.kobotoolbox.org",
  auth_mode = "token",
  asset_id
)

Arguments

base_url

KoBo Toolbox URL. Default is https://kf.kobotoolbox.org.

auth_mode

Password or token? Default is token.

asset_id

Unique asset identifier.

Value

A tibble of datasets available to specific user.

Examples

kobo_auth_token(token = Sys.getenv("KOBO_TOKEN"))
kobo_get_data(asset_id = "aKJTpKiVUcPYim2epKkPvW")


rapidsurveys/odktools documentation built on Jan. 5, 2025, 9:32 a.m.