Learn R Programming

huxtable (version 6.0.1)

html_css: Default CSS for HTML huxtables

Description

Returns the default CSS used by print_html(). This can be included once in an HTML document instead of printing it with every table.

Usage

html_css()

Arguments

Value

A character string containing a <style> element.

Examples

Run this code
cat(html_css())

Run the code above in your browser using DataLab