l_Rlist2nestedTclList: Convert an R list to a nested Tcl list

View source: R/nestedLists.R

l_Rlist2nestedTclListR Documentation

Convert an R list to a nested Tcl list

Description

This is a helper function to create a nested Tcl list from an R list (i.e. a list of vectors).

Usage

l_Rlist2nestedTclList(x)

Arguments

x

a list of vectors

Value

a string that represents the tcl nested list

See Also

l_nestedTclList2Rlist

Examples

x <- list(c(1,3,4), c(4,3,2,1), c(4,3,2,5,6))
l_Rlist2nestedTclList(x)

loon documentation built on July 9, 2023, 5:48 p.m.