kpi_asset_info: Get survey asset metadata

View source: R/kpi_asset.R

kpi_asset_infoR Documentation

Get survey asset metadata

Description

Fetches the overall asset metadata for a survey with asset ID asset_id

Usage

kpi_asset_info(asset_id)

Arguments

asset_id

The survey's asset ID (found after the "/forms/" in the URL)

Value

A list based on the JSON structure of the asset metadata

Examples

## Not run: 
  # Form url is this: https://kf.kobotoolbox.org/#/forms/abcdefghijklmnop
  # Asset ID is: abcdefghijklmnop
  karpi::kpi_asset_info("abcdefghijklmnop")

## End(Not run)

nyuglobalties/karpi documentation built on July 8, 2023, 1:38 a.m.