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{ |
Hao Zhu | 9495658 | 2017-02-21 18:18:29 -0500 | [diff] [blame] | 7 | htmlTable_styling(bootstrap_options = "bs-table", full_width = T, |
| 8 | float = c("left", "center", "right"), font_size = NULL) |
Hao Zhu | e10cfd3 | 2017-02-21 16:41:14 -0500 | [diff] [blame] | 9 | } |
| 10 | \arguments{ |
Hao Zhu | 9495658 | 2017-02-21 18:18:29 -0500 | [diff] [blame] | 11 | \item{bootstrap_options}{A character vector for bootstrap table options. For |
| 12 | detailed information, please check the package vignette or visit the |
Hao Zhu | 59f5fe0 | 2017-02-22 11:27:14 -0500 | [diff] [blame^] | 13 | w3schools' \href{https://www.w3schools.com/bootstrap/bootstrap_tables.asp}{Bootstrap Page} |
Hao Zhu | 9495658 | 2017-02-21 18:18:29 -0500 | [diff] [blame] | 14 | . Possible options include "bs-table", "striped", "bordered", "hover", |
| 15 | "condensed" and "responsive".} |
Hao Zhu | e10cfd3 | 2017-02-21 16:41:14 -0500 | [diff] [blame] | 16 | |
Hao Zhu | 9495658 | 2017-02-21 18:18:29 -0500 | [diff] [blame] | 17 | \item{full_width}{A `TRUE` of `FALSE` variable controlling whether the HTML |
| 18 | table should have 100\% width.} |
| 19 | |
| 20 | \item{float}{A character string determining whether and how the HTML table |
| 21 | should float on the page.} |
| 22 | |
| 23 | \item{font_size}{A numeric input for table font size} |
Hao Zhu | e10cfd3 | 2017-02-21 16:41:14 -0500 | [diff] [blame] | 24 | } |
| 25 | \description{ |
| 26 | This function provides a set of shortcuts to common HTML table |
| 27 | formats |
| 28 | } |