Skip to content
Prev 31241 / 398506 Next

array to data.frame

Jorge Magalh?es <jmagalhaes at oninetspeed.pt> writes:
as.data.frame(as.table(vinteesete))

(or as.data.frame.table(vinteesete), but with S4 methods coming in it
is increasingly considered bad style to apply methods to objects that
are not of the requisite class.)