powered by
transforms the names of a list from key-mode form to value-mode form.
models_mode(list.names = list())
a list whose names function as keys for translate. The names have to have the key-mode form.
translate
# NOT RUN { x <- list('knnl-mode1' = 1, 'knnl-mode2' = 2, 'knnl-mode2' = 5) models_mode(x) # }
Run the code above in your browser using DataLab