.vector_list_to_string {ldamatch} | R Documentation |
Creates string from list of vectors.
Description
Creates string from list of vectors.
Usage
.vector_list_to_string(lv, sep = "")
Arguments
lv |
A list of vectors. |
sep |
A string to be inserted between the name of a vector item and its value. |
Value
A character string.
[Package ldamatch version 1.0.3 Index]