主題
使用觀念
1. reactable 套件使用五動式表格的函數為 reactable。2. 如果希望配合 shiny 套件使用,則使用以下二種情形:
- ui.R 使用 reactableOutput 函數
- server.R 使用 renderReactable 函數
- 定義欄名稱 Column definitions
- 排序 Sorting
- 排序與自定NA值 Sorting with NA
- 篩選 Filtering
- 搜尋 Search
- 分頁大小 Pagination
- 群組與匯總 Grouping and Aggregation
- 欄格式(貨幣,百分比,日期格式等) Column formatting
- 表格加上繪圖(直方圖,盒鬚圖,線圖等) Columns plot
- 佈景主題 Theme
關鍵字
#reactable
#reactableOutput
#renderReactable
R程式碼下載
R程式碼
參考資料
- R CRAN - reactable套件
https://cran.r-project.org/web/packages/reactable/index.html - reactable官網
https://glin.github.io/reactable - sparkline套件
https://cran.r-project.org/web/packages/sparkline/index.html