library(wulair)
#初始化处理
conn <- conn()
app_id <-'caas'
# 初始化数据
# kc_init(conn,app_id)
# 同步所有数据
# 后续需要定时更新
# kc_updateAll(conn,app_id)
#新增知识分类
kc_ins <-kc_create(conn,app_id,'RDS','kntest121')
print(kc_ins)
#kc_del <- kc_delete(conn,app_id,'GGE')
#print(kc_del)
# library(reticulate)
#
# py_config()
#
# py_config_error_message()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.