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

View source: R/l_data.R

l_dataR 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.


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