Hi R users,

I have a script composing of more than 1000 lines and would like suppress
the R codes from the console when executing the script (to reduce the
physical processing time)

I have tried options(echo=T) but no luck..

*Q1. Are there any way of suppressing the commands in the R console?*

Also, when importing spreadsheet consisting of numbers with 1,000 separator
commas (i.e 10000 as 10,000) into R  and performing basic arithmetic, R does
not seem to recognise these separators..

*Q2. Is R capable of reading numbers that are represented with 1,000
separator commas?*
**
Many thanks for your expertise in resolving these problems.



Steven

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.

Reply via email to