kobo_asset_version_list | R Documentation |
List all available versions of a KoboToolbox API asset and their metadata.
kobo_asset_version_list(x)
x |
the uid or |
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
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.