as.kpilist | R Documentation |
Convert a list to a kpilist
as.kpilist(x)
x |
list of kpi objects |
a kpilist
l <- lapply(c("drat", "hp", "qsec"), function(x){
kpi(mtcars,
var = x,
by = c("am", "cyl"),
kpi_fn = kpi_fn_median)
})
as.kpilist(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.