Try ?scan or ?readLines. On Wed, Apr 27, 2011 at 11:42 AM, Lisa <lisa...@gmail.com> wrote: > Dear all, > > I am trying to write a script to pause the execution of a function and > provide some additional commands to the function and then continue execution > of the function. For example, when my function detects a wrong number in a > dataset, the function pauses automatically and returns information on the > screen: > > “There is a wrong number in the dataset. Would you like to correct it? ” > > If I input “yes” from the keyboard and hit the enter key, the function asks > again: > > “What is the correct number?” > > After inputting a correct number from the keyboard and hitting the enter > key, the function continues to execute. > > Can anybody please help how to get this done? Thanks a lot in advance > > Lisa > > > -- > View this message in context: > http://r.789695.n4.nabble.com/Pause-the-execution-of-a-function-tp3478535p3478535.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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. >
-- =============================================== Jon Daily Technician =============================================== #!/usr/bin/env outside # It's great, trust me. ______________________________________________ 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.