how can achive step by step execution of the script
Sounds like you want devAskNewPage(TRUE) or the related
options("device.ask.default"). See help("devAskNewPage",
package="grDevices").
Hope this helps.
Allan
On 09/07/10 13:54, vijaysheegi wrote:
Hi R Experts, I have certain code ,i want to achive interactive execution . For ex: 1. as part of input ,it should ask file name or table name as input. 2.in script so many graphs i need to draw,it should wait till certain key is pressed . 3:i am using windows R,rscript<scriptname> is not working. Please some one help me. Thanks Experts in advance