#' 插入加载数据包
#'
#' @return 返回值
#' @export
#'
#' @examples insertLibraryEx();
insertLibraryEx <- function(){
rstudioapi::insertText("tsda::libraryEx(c('lib_name'));\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.