powered by
Get the languages used in a KoboToolbox survey form from a kobo_asset or asset unique identifier.
kobo_asset
kobo_lang(x)
A vector of character. The languages used in the form, it returns "Labels" when no language is set.
character
the unique identifier of a specific asset (character) or a kobo_asset object.
if (FALSE) { kobo_setup() uid <- "a9cwEQcbWqWzA5hzkjRUWi" asset <- kobo_asset(uid) lang <- kobo_lang(asset) lang }
Run the code above in your browser using DataLab