Displaying 1 result from an estimated 1 matches for "agelistorder".
2009 Aug 10
1
Sorting text docs based on document meta values in tm()
Hi all,
I wonder if there's any way to reshuffle the text collection by the document
meta values.  For instance, if I have 5 documents that correspond to the
following meta data:
MetaID Sex Age
0         M    38
0         M    46
0         F     24
0         F     49
0         F     33
Can I reorder the text documents based on the ascending order of age?  Thank
you very much!! 
-- 
View