Re: [R] GO TO function in R

2013-08-02 Thread Barry Rowlingson
No. We figured this out in 1968. http://dl.acm.org/citation.cfm?doid=362929.362947 On Fri, Aug 2, 2013 at 3:20 AM, David Winsemius wrote: > > On Aug 1, 2013, at 6:58 PM, Peter Maclean wrote: > >> Does R has a GO TO function? For example, I want to run this script at a >> given interval and save

Re: [R] GO TO function in R

2013-08-01 Thread David Winsemius
On Aug 1, 2013, at 6:58 PM, Peter Maclean wrote: > Does R has a GO TO function? For example, I want to run this script at a > given interval and save the results. > Generally communication is more effective if you make your goals clear in a natural language (English in the case of this maili

Re: [R] GO TO function in R

2013-08-01 Thread William Dunlap
)==1) { ... do something ... } Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf > Of Peter Maclean > Sent: Thursday, August 01, 2013 6:58 PM > To: r-help@

Re: [R] GO TO function in R

2013-08-01 Thread Peter Maclean
Does R has a GO TO function? For example, I want to run this script at a given interval and save the results.   #Step one a <- Sys.time() b <- paste("Figure_", a, sep = " ") shape <- as.numeric(a)/1 scale <- as.numeric(a)/100 #I want to save the file using "b" object (above) as a