R/html_attach.R

Defines functions attachHTML detachHTML

Documented in attachHTML detachHTML

##' Attach Common, Non-Masking HTML Functions
##' 
##' DEPRECATED: Please use the \code{\link{html}} function to generate HTML.
##' 
##' @export
attachHTML <- function() {
  .Deprecated("html")
}

##' Detach Common, Non-Masking HTML Functions
##' 
##' DEPRECATED: Please use the \code{\link{html}} function to generate HTML.
##' 
##' @export
detachHTML <- function() {
  .Deprecated("html")
}

Try the Kmisc package in your browser

Any scripts or data that you put into this service are public.

Kmisc documentation built on May 29, 2017, 1:43 p.m.