kobo_asset_version_list: List all available versions of a KoboToolbox API asset

View source: R/kobo_asset.R

kobo_asset_version_listR Documentation

List all available versions of a KoboToolbox API asset

Description

List all available versions of a KoboToolbox API asset and their metadata.

Usage

kobo_asset_version_list(x)

Arguments

x

the uid or kobo_asset object.

Value

A data.frame containing the list of all the versions of a given KoboToolbox API asset with the following metadata:

  • uid the asset version unique identifier.

  • url the URL of the asset version.

  • deployed whether or not the asset version is deployed

  • date_modified when the asset version was last modified

a data.frame

Examples

## Not run: 
kobo_setup() # setup using your url and token
uid <- "a9cwEQcbWqWzA5hzkjRUWi" # pick a valid uid
asset <- kobo_asset(uid)
kobo_asset_version_list(asset)

## End(Not run)


dickoa/robotoolbox documentation built on Dec. 20, 2024, 12:33 a.m.