Make an interactive pivot table
# S3 method for pivotr
dtab(
object,
format = "none",
perc = FALSE,
dec = 3,
searchCols = NULL,
order = NULL,
pageLength = NULL,
caption = NULL,
...
)Return value from pivotr
Show Color bar ("color_bar"), Heat map ("heat"), or None ("none")
Display numbers as percentages (TRUE or FALSE)
Number of decimals to show
Column search and filter
Column sorting
Page length
Table caption
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