talepanda wrote:
> try:
> 
> readLines(n=1)->str

1. Please do always use "<-" and spaces around it as in
    temp <- readLines(n=1)
rather than "->", it is *that* confusing!!!

2. It is always wise to avoid duplication of object names (and str() 
already is a function), even if it would work in this case.

Uwe Ligges


> 
> 
> On 1/13/07, Tong Wang <[EMAIL PROTECTED]> wrote:
>> Hi all,
>>       Sorry about the simple question,  but I have searched the web with "
>> prompt , input " etc.  and never got the answer .
>>
>> thanks a lot
>>
>> tong
>>
>> ______________________________________________
>> [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.
>>
> 
> ______________________________________________
> [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.

______________________________________________
[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.

Reply via email to