You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maxLineLen+=args.rowNames==NULL ? 1+ (int)log10(args.nrow) // the width of the row number
652
+
maxLineLen+=args.rowNames==NULL ? 1+ (int)log10(args.nrow) // the width of the row number
653
653
: (args.rowNameFun==WF_String ? getMaxStringLen(args.rowNames, args.nrow) *2// *2 in case longest row name is all quotes (!) and all get escaped
654
654
: 11); // specific integer names could be MAX_INT 2147483647 (10 chars) even on a 5 row table, and data.frame allows negative integer rownames hence 11 for the sign
0 commit comments