Displaying 1 result from an estimated 1 matches for "othersvalues".
Did you mean:
other_value
2009 Feb 26
2
Something similar to data.frame, but allows variables with unique lengths?
...umber of elements.
I was hoping the "See Also" documentation for data.frame would have helped, but it did not have any good leads.
Here is a list of data I would like to store together:
(FileName (character string),
HighValue (numeric),
LowValue (numeric),
Units (character),
OthersValues (array of numerics),
Descriptor (character string))
By any chance is there a generic object type feature within R to store such data together in one variable?
Thank you for any details and leads you can provide.
[[alternative HTML version deleted]]