Tcl.to.R {relimp} | R Documentation |
Convert a Tcl List to R Character Vector
Description
Converts a brace-delimited list from Tcl into a character vector
Usage
Tcl.to.R(tcl.list)
Arguments
tcl.list |
a character string |
Value
a character vector
Author(s)
David Firth, d.firth@warwick.ac.uk
See Also
Examples
Tcl.to.R("{apple} {banana} {pear}")
[Package relimp version 1.0-5 Index]