.vector_list_to_string {ldamatch} | R Documentation |
Creates string from list of vectors.
.vector_list_to_string(lv, sep = "")
lv |
A list of vectors. |
sep |
A string to be inserted between the name of a vector item and its value. |
A character string.