Skip to content

Can I extract result row of table()?

2 messages · Terry Mu, Uwe Ligges

#
x
 5  8 27 
 2  3  1 

I want a way to use only "2, 3, 1", nomatter table or what other function used.
Thanks.
#
Terry Mu wrote:

            
as.vector() removes the attributes, if that is your question.

Uwe Ligges