Learn R Programming

relimp (version 0.8-2)

Tcl.to.R: 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

See Also

R.to.Tcl

Examples

Run this code
Tcl.to.R("{apple} {banana} {pear}")

Run the code above in your browser using DataLab