kobo_asset_version | R Documentation |
Get a specific KoboToolbox Asset version from an asset unique identifier
or kobo_asset
object
kobo_asset_version(x, version)
x |
the unique identifier of a specific asset ( |
version |
character, the unique identifier of the version of the asset |
A kobo_asset_version
object
## Not run:
kobo_setup()
uid <- "a9cwEQcbWqWzA5hzkjRUWi"
asset <- kobo_asset(uid)
asset_version_list <- kobo_asset_version_list(asset)
kobo_asset_version(asset, asset_version_list$uid[1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.