R/main.R

Defines functions cheatsheet

#' @export
#' @import htmltools
cheatsheet <- function(...){
  html <- tags$div(class = "container-fluid", ...)
  html <- addDeps(html)
  htmltools::browsable(html)
}
ropenscilabs/rcheatsheet documentation built on May 11, 2022, 9:35 p.m.