#' 插入超连接
#'
#' @return 返回值
#' @export
#'
#' @examples insertHyperLink();
insertHyperLink <-function(){
rstudioapi::insertText('[文字描述](url_here)\n')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.