Learn R Programming

multirich (version 2.1.3)

listtotext: List to text

Description

Take a list (or vector) and convert it to text separated by separator. Does not work for nested lists ORIGINALLY FROM MYR.R script

Usage

listtotext(inlist, sep)

Arguments

inlist

An unnested list

sep

A separator to separate elements of the list.