Displaying 1 result from an estimated 1 matches for "tshirt_purchases".
2013 Mar 03
1
Ordering Table Columns
...un that got me closer to what I want. It seems
> like it should be simple, but going through the "R in a Nutshell" and
> asking Google as many different ways as I can think to phrase it are
> turning up nothing.
>
>> shirt <- read.csv("http://localhost/examples/tshirt_purchases.csv",
>> header=TRUE, sep = ",", nrows=60)
>> shirt.table<-summary(shirt)
>> shirt.table
> Shirt.Size
> L :20
> M :20
> S :11
> XL : 7
> XXL: 2
>
> What I want is:
>
> Shirt.Size
> S :11
> M...