grable {cheese} | R Documentation |
Make a kable
with a hierarchical header
Description
Create a knitr::kable
with a multi-layered (graded) header.
Usage
grable(
data,
at,
sep = "_",
reverse = FALSE,
format = c("html", "latex"),
caption = NULL,
...
)
Arguments
data |
A |
at |
A vector of quoted/unquoted columns, positions, and/or |
sep |
String to separate the columns. Defaults to "_". |
reverse |
Should the layers be added in the opposite direction? Defaults to |
format |
Format for rendering the table. Must be "html" (default) or "latex". |
caption |
Optional caption for the table |
... |
Arguments to pass to |
Value
A knitr::kable
Author(s)
Alex Zajichek
[Package cheese version 0.1.2 Index]