Skip to content
Prev 152707 / 398500 Next

print data frames without row names (within a list)

Try auto-printing, e.g.
[[1]]
  a b
  1 x
  2 y
  3 z

[[2]]
  a b
  4 q
  5 r
  6 s

or change print.data.frame *in the base namespace* by fixInNamespace.

When you said you 'reloaded that function' I suspect that in fact you 
source()-d it into a different place, your workspace.
On Sun, 10 Aug 2008, Daniel Ezra Johnson wrote: