Skip to content
Prev 302644 / 398503 Next

Setting Number of Displayed Digits

Hello,

function summary.data.frame does have a 'digits' argument with a default 
set to
max(3, getOption("digits")-3)

If you need more digits in your summary, call

summary(object, digits = getOption("digits"))

Hope this helps,

Rui Barradas

Em 07-08-2012 22:30, Rich Shepard escreveu: