Learn R Programming

ldamatch (version 1.0.3)

.vector_list_to_string: Creates string from list of vectors.

Description

Creates string from list of vectors.

Usage

.vector_list_to_string(lv, sep = "")

Value

A character string.

Arguments

lv

A list of vectors.

sep

A string to be inserted between the name of a vector item and its value.