.vector_list_to_string: 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.