#' Report a Bug on Github Issue
#' @author Jiaxiang Li
#'
#' @import rstudioapi
#' @import clipr
rep_bug <- function(){
rstudioapi::showDialog(title = "Report a bug",
message = "Copy your code or take a screenshot and report it here",
url = "https://github.com/JiaxiangBU/add2md/issues/new")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.