Displaying 1 result from an estimated 1 matches for "columnamount".
2001 Nov 16
0
Data Structures
...aver[1] and make a flexible data structure in R. I
have a relatively large quantity of data that can be broadly grouped into
blocks/chunks which are identical in their form:
blockid = numeric
blocktype = string
dbname = string
tblname = string
quality = numeric
errortype = numeric
columnamount = data vector
distr = data vector
...
I have grouped the above into a list as it contains mixed variable types.
Now is where things get a little more interesting... I have a large number
of the above blocks which I would like to assemble into an array of
lists or perhaps a 'list of lists...