c_to_string {SeqDetect} | R Documentation |
String list formatting function
Description
A method that formats an input list made of strings into a single output string. The output string is formatted as [e1,e2,...,en].
Usage
c_to_string(var)
Arguments
var |
(list) - A string list |
Value
(character) - An output string made of the input list elements, formatted as [e1,e2,...,en].
[Package SeqDetect version 1.0.7 Index]