Get a specific KoboToolbox API asset from a unique identifier
Value
A kobo_asset
object. It contains all the information about the
KoboToolbox API asset associated to the unique identifier.
Examples
if (FALSE) { # \dontrun{
# 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
} # }