powered by
A cell_subheader object represents a label cell inside a table. It can also contain units.
cell_subheader(text, units = NULL, class = NULL, ...)
A cell_subheader object.
character; The text of the label. May include a subset of LaTeX greek or math.
character; An optional field that contains units
character; An optional field for additional S3 classes (e.g. could be used in html rendering for CSS)
optional extra information to attach
cell_subheader("Concentration") cell_subheader("Concentration", "mg/dl") cell_subheader("Concentration", "mg/dl", src="A")
Run the code above in your browser using DataLab