Displaying 1 result from an estimated 1 matches for "cuttabl".
Did you mean:
cuttable
2009 Sep 13
1
Manage an unknown and variable number of data frames
...so that
if I add another column from dat and more groups in the cuts it all
stays straight? I need to send each dataf rame to another function to
add columns of specific data calcuations to each of them.
Best for me (I think) would be to enumerate each data frame using
the row.name number from CutTable if possible, but that's just my
thought. If each data frame became an element of CutTable then I'd
always know where they are. Really I'm needing to get a handle on
keeping a variable and unknown number of these things straight.
Thanks,
Mark
dat = data.frame(
a=round(runif(100,...