Output formatting in R

Controlling scientific notation in print()
set "scipen" option to >0 to penalize use of scientific notation.
options(scipen=999) surpresses scientific notation entirely (see mailing list discussion here.)