> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> [EMAIL PROTECTED]
> Sent: Tuesday, July 15, 2008 12:40 PM
> To: Erik Iverson
> Cc: [EMAIL PROTECTED]
> Subject: Re: [R] Iterations
> 
> Thank you.
> 
> ?for just gives me a + rompt indicating that I need to supply 
> more input. The same with ?while and ?repeat. Help(for) yelds:

You need to enclose R language keywords in quotes, i.e.

?'for' 
help('for')
?'while'
?'repeat'

> 
>  > help(for)
> Error: unexpected ')' in "help(for)"
> 
> But thanks for the tip.
> 
> Keivn
> 
<<<snip>>>

Daniel J. Nordlund
Washington State Department of Social and Health Services
Planning, Performance, and Accountability
Research and Data Analysis Division
Olympia, WA  98504-5204
 
 

______________________________________________
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