uiGen | R Documentation |
ui界面生成器
uiGen(
tabTitle = "物料编码生成器",
colTitles = c("操作区域", "报表区域"),
widthRates = c(6, 6),
func_left,
func_right
)
tabTitle |
页面标题 |
colTitles |
分栏标题 |
widthRates |
两栏左右比 |
func_left |
左边函数 |
func_right |
右边函数 |
返回数据
uiGen()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.