【发布时间】:2017-05-26 11:46:58
【问题描述】:
如何将图像添加到 RShiny 操作按钮?就像一个 jpeg 文件...
shinyUI(fluidPage(
titlePanel("Image on button"),
sidebarLayout(
sidebarPanel(
),
# Show a plot of the generated distribution
mainPanel(
actionButton("button","Submit"),
)
)
))
【问题讨论】:
-
你需要一张很棒的图片或字体吗? fontawesome.io/icons,如果是
actionButton和许多其他编辑有icon参数
标签: r shiny shinydashboard