Dear Helpers,
I would like to export a large dataset to a txt file in order to use it
in an other programm.
Unfurtunatly the R the scientific format is a small e:
2 e-1
while the other programm requires the format to be a capital E:
2E-1
How can I change this in R?
Thanks for your help
PS: I already found the command to turn them into a non scientific
format (scientific=FALSE)
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.