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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.