[R] Default For list.len Argument ("list output truncated")

Soeren.Vogel at eawag.ch Soeren.Vogel at eawag.ch
Wed Jul 21 17:52:56 CEST 2010


Hello

How can I set a default for the 'list.len' argument in 'str'?

x <- as.data.frame(matrix(1:1000, ncol=1000))
str(x)
formals(str) <- alist(object=, ...=, list.len=1000)
args(str); formals(str)
str(x)

Does not display errors, but does not work either.

Thanks for help

Sören



More information about the R-help mailing list