loon (version 1.3.3)

l_data: Convert an R data.frame to a Tcl dictionary

Description

This is a helper function to convert an R data.frame object to a Tcl data frame object. This function is useful when changing a data state with l_configure.

Usage

l_data(data)

Arguments

data

a data.frame object

Value

a string that represents with data.frame with a Tcl dictionary data structure.