listtotext {multirich} | R Documentation |
Take a list (or vector) and convert it to text separated by separator. Does not work for nested lists ORIGINALLY FROM MYR.R script
listtotext(inlist, sep)
inlist |
An unnested list |
sep |
A separator to separate elements of the list. |