Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/78.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R:Shiny,如何使用Renderable替换reactiveTable?_R - Fatal编程技术网

R:Shiny,如何使用Renderable替换reactiveTable?

R:Shiny,如何使用Renderable替换reactiveTable?,r,R,我正在尝试将多个文本文件(每个文件都有一个字符串)加载到Shiny中,我发现了一个非常好的教程: 代码如下所示: 用户界面 shinyUI(带侧栏的页面)( headerPanel(“文件输入测试”), 侧栏面板( fileInput(“文件”、“文件数据”,multiple=TRUE) ), 主面板( tableOutput(“文件表”) ) )) 服务器.R shinyServer(功能(输入、输出){ output$filetable使用output$filetable非常感谢!效果非常好

我正在尝试将多个文本文件(每个文件都有一个字符串)加载到Shiny中,我发现了一个非常好的教程: 代码如下所示:

用户界面
shinyUI(带侧栏的页面)(
headerPanel(“文件输入测试”),
侧栏面板(
fileInput(“文件”、“文件数据”,multiple=TRUE)
),
主面板(
tableOutput(“文件表”)
)
))

服务器.R
shinyServer(功能(输入、输出){

output$filetable使用
output$filetable非常感谢!效果非常好。使用
output$filetable非常感谢!效果非常好。