char.vector.to.str: converts a vector of chars into a single string or multiple...

View source: R/stringtools.R

char.vector.to.strR Documentation

converts a vector of chars into a single string or multiple strings, broken by sep

Description

converts a vector of chars into a single string or multiple strings, broken by sep

Usage

char.vector.to.str(vec, sep = NULL, collapse = "")

skranz/stringtools documentation built on May 11, 2022, 4:48 a.m.