powered by
Get a specific KoboToolbox API asset from a unique identifier
kobo_asset(x)
A kobo_asset object. It contains all the information about the KoboToolbox API asset associated to the unique identifier.
kobo_asset
the unique identifier of a specific asset (character) or a kobo_asset object.
character
if (FALSE) { # 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 }
Run the code above in your browser using DataLab