Make an interactive pivot table
# S3 method for pivotr dtab( object, format = "none", perc = FALSE, dec = 3, searchCols = NULL, order = NULL, pageLength = NULL, ... )
object | Return value from |
---|---|
format | Show Color bar ("color_bar"), Heat map ("heat"), or None ("none") |
perc | Display numbers as percentages (TRUE or FALSE) |
dec | Number of decimals to show |
searchCols | Column search and filter |
order | Column sorting |
pageLength | Page length |
... | further arguments passed to or from other methods |
See https://radiant-rstats.github.io/docs/data/pivotr.html for an example in Radiant
pivotr
to create the pivot table
summary.pivotr
to print the table