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