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)
Value
a string that represents with data.frame with a Tcl dictionary data
structure.