标签: r shiny
在R shiny中,我需要将server.r中的数字输出传递给ui.r.这样做的最佳方式是什么?我尝试了as.numeric(textOutput('num')),它不起作用。
我需要复制这个例子
By changing the loop condition variable, (in this case 1:5) into a variable like 1:textOutput('num')