Force R not to use exponential notation (e.g. e+10)?
This is a bit of a grey area. You need to recall that R will always invoke a print method, and these print methods listen to some options. Including ‘scipen’ — a penalty for scientific display. From help(options): ‘scipen’: integer. A penalty to be applied when deciding to print numeric values in fixed or exponential … Read more