relimp (version 1.0-5)

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 DataCamp Workspace