Skip to content
Prev 322183 / 398500 Next

tables package - error message of "duplicate values"

On 13-04-23 4:05 AM, Liviu Andronic wrote:
It doesn't make sense to use digits=0.  This has nothing to do with the 
tables package, it's the format() function that refuses to print numbers 
with no significant digits.  The smallest sensible value would be digits=1.

Duncan Murdoch