我正在使用R-studio创建模拟数据。我有一个while循环,如下所示:
play <- function(){
#game number
i <- 0
iterations <- readline("How many iterations would you like?:")
while(i<iterations) {
my_simulation()
i<-i+1
}
输入99
时,它将运行99个模拟。当我输入100
时,它仅运行2。
这是怎么回事?
答案 0 :(得分:4)
您正在将输入作为字符读取。只需将Office.context.ui.displayDialogAsync(dialogURL, {
height: 60,
width: 33,
displayInIframe: true,
}, dialogCallback);
用iterations
包装:
as.integer