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

R.to.Tcl

Examples

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

[Package relimp version 0.9-5 Index]