Tcl.to.R: Convert a Tcl List to R Character Vector

Description Usage Arguments Value Author(s) See Also Examples

Description

Converts a brace-delimited list from Tcl into a character vector

Usage

1
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

R.to.Tcl

Examples

1
Tcl.to.R("{apple} {banana} {pear}")

Example output

[1] "apple"  "banana" "pear"  

relimp documentation built on May 2, 2019, 2:02 p.m.

Related to Tcl.to.R in relimp...