Hao Zhu | e10cfd3 | 2017-02-21 16:41:14 -0500 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/htmlTable_styling.R |
| 3 | \name{htmlTable_styling} |
| 4 | \alias{htmlTable_styling} |
| 5 | \title{HTML table attributes} |
| 6 | \usage{ |
| 7 | htmlTable_styling(bootstrap_options = "bs-table", font_size = NULL, |
| 8 | full_width = T) |
| 9 | } |
| 10 | \arguments{ |
| 11 | \item{bootstrap_options}{Common HTML table formats} |
| 12 | |
| 13 | \item{font_size}{} |
| 14 | } |
| 15 | \description{ |
| 16 | This function provides a set of shortcuts to common HTML table |
| 17 | formats |
| 18 | } |