sidebarUserPanel
順手筆記分享一下最近新增的功能
發現其實在中文的世界裡 使用R - Shiny的人好像真的不多
遇到問題爬文其實都蠻辛苦的冏
pic_user = "sam.png"
今天要創造使用者介面
Server :
output$user_panel = renderUI(
sidebarUserPanel(
yourname,
a(href = "#", icon("circle", class = "text-success"), "Online",textOutput("pic_user")),
image = pic_user
)
)
UI ;
uiOutput("user_panel")
其中image的圖片可以選擇貼上網路連結或是放在shiny檔案中www資料夾裡