powered by
List all available versions of a KoboToolbox API asset and their metadata.
kobo_asset_version_list(x)
A data.frame containing the list of all the versions of a given KoboToolbox API asset with the following metadata:
data.frame
uid the asset version unique identifier.
uid
url the URL of the asset version.
url
deployed whether or not the asset version is deployed
deployed
date_modified when the asset version was last modified
date_modified
a data.frame
the uid or kobo_asset object.
kobo_asset
if (FALSE) { kobo_setup() # setup using your url and token uid <- "a9cwEQcbWqWzA5hzkjRUWi" # pick a valid uid asset <- kobo_asset(uid) kobo_asset_version_list(asset) }
Run the code above in your browser using DataLab