#' function for pheatmap
#' @description function for pheatmap
#' @export
draw_main = function(text, ...){
res = textGrob(text, gp = gpar(fontface = "bold", ...))
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.