#' 获取口令
#'
#' @return返回值
#' @export
#'
#' @examples
#' dmsToken_get()
dmsToken_get <- function() {
res <- dms_token
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.