View source: R/mdl_advancedUI.R
mdl_sql_query | R Documentation |
处理查询组件
mdl_sql_query(
id,
label = "SQL查询分析器:",
value = c("select * \n from t_item;"),
fontSize = 16,
theme = 10,
height = "300px"
)
id |
内码 |
label |
标签 |
value |
默认值 |
fontSize |
字体大小 |
theme |
主题 |
height |
高度 |
返回值
mdl_sql_query();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.