example <- data.frame(
c("a. This", "b. Is", "c. Just", "d. An", "e. Example"),
c(2.9, 6.9, 4.20, 13.12, 6.66)
)
pie_bake_pro(
data = example,
template = "eaten3",
group_name = "cat:",
title = "Example1"
)
pie_bake_pro(
data = example,
template = "dart1",
title = "Example2!"
)
pie_bake_pro(
data = example,
template = "eye5",
group_name = "GROUPS:"
)
pie_bake_pro(
data = example,
template = "spider2"
)
Run the code above in your browser using DataLab