List current allowed language choices for db import

ds.list_language_choices()

Value

a list of strings containing all the allowed language codes based on json schema file

Examples

if (FALSE) { # \dontrun{
language_list <-ds.list_language_choices()
} # }