powered by
Prints the data frame in an html page and shows it.
# S3 method for condformat_tbl print(x, ..., paginate = TRUE)
the value returned by htmlTable
A condformat_tbl object
Arguments passed on to htmltools::html_print
htmltools::html_print
background
Background color for web page
viewer
A function to be called with the URL or path to the generated HTML page. Can be NULL, in which case no viewer will be invoked.
NULL
A logical value. If TRUE the printing will be paginated
data(iris) if (FALSE) { print(condformat(iris[1:5,])) }
Run the code above in your browser using DataLab