kobo_asset | R Documentation |
Get a specific KoboToolbox API asset from a unique identifier
kobo_asset(x)
x |
the unique identifier of a specific asset ( |
A kobo_asset
object. It contains all the information about the
KoboToolbox API asset associated to the unique identifier.
## Not run:
# replace by your own url and token
kobo_setup(url = "https://kf.kobotoolbox.org", token = "abcde")
# use a valid uid
uid <- "a9cwEQcbWqWzA5hzkjRUWi"
asset <- kobo_asset(uid)
asset
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.