天天看点

如何linux运行r脚本,在Linux中运行R脚本时等待用户输入

我有一段代码提示用户输入,并在

Windows中运行代码时完美地工作.但是,在

Linux中,它执行每一行而不等待用户输入.

我已将代码添加到单独的函数中并使用系统(“stty -echo”)但未成功.

为什么会发生这种情况,可以做些什么?

(执行命令:Rscript test.R)

require(Biostrings)

read_value

coerce_to= "character")

{

prompt

system("stty -echo")

as(readline(prompt), coerce_to)

}

prints

{ opt

system("stty -echo")

i

while ((i<=5))

{ if (i==1)

{ expr.filename

tryCatch( {expr.file

{print("ERROR : Enter valid filename!") return })

}

if (i==2)

{ system("stty -echo")

fasta.filename

tryCatch( {sequence_data

{print("ERROR : Enter valid filename!") return })

}

#missing piece of code

i

}