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" )

}
davidgohel/ReporteRs documentation built on March 23, 2020, 11 p.m.