l_data {loon} | R Documentation |
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.
[Package loon version 1.4.1 Index]