Closed empereira closed 3 years ago
Hello,
@AdeelK93
It is possible to use the attributes option in the form below:
df %>% summarise(`sum of IPs` = n(), `% of IPs` = n()) %>% collapsibleTreeSummary( ... attribute = c("sum of IPs", "% de IPs"), percentOfParent = TRUE, zoomable = TRUE )
Hello,
@AdeelK93
It is possible to use the attributes option in the form below: