Converts an encoding from the full format to the simple format.

full2simple(x)

Arguments

x

encoding.

Examples

aa1 = list(`1` = c("g", "a", "p", "v", "m", "l", "i"), `2` = c("k", "h"), `3` = c("d", "e"), `4` = c("f", "r", "w", "y", "s", "t", "c", "n", "q")) full2simple(aa1)
#> a c d e f g h i k l m n p q r s t v w y #> "1" "4" "3" "3" "4" "1" "2" "1" "2" "1" "1" "4" "1" "4" "4" "4" "4" "1" "4" "4"