R/as.html.FlexTable.R

Defines functions as.html.FlexTable

Documented in as.html.FlexTable

#' @title get HTML code from a FlexTable
#'
#' @description get HTML code from a FlexTable
#'
#' @param object the \code{FlexTable} object
#' @param ... further arguments passed to other methods
#' @return a character value
#' @seealso \code{\link{FlexTable}}
#' @export
as.html.FlexTable = function( object, ... ) {

	.jcall( object$jobj, "S", "getHTML" )

}

Try the ReporteRs package in your browser

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

ReporteRs documentation built on April 1, 2018, 12:06 p.m.