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