wideTable | R Documentation |
Function to make a "wide kable table", with column names replicated across the page
wideTable(
d,
countBy = {
{
countBy
}
},
countNum = {
{
countNum
}
},
nsplit = NA,
colNames = c("countBy", "count"),
caption = "",
returnDF = FALSE,
...
)
d |
Data frame or tibble |
countBy |
Category column |
countNum |
Numeric column |
nsplit |
How many splits should be made? |
colNames |
Change column names |
caption |
Table caption |
returnDF |
Return results as a data frame? |
... |
Other arguments for |
A kable table
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.