# NOT RUN {
stars <- data.frame(
package = c("billboarder", "ggiraph", "officer", "shinyWidgets", "visNetwork"),
stars = c(9, 177, 43, 44, 169)
)
billboarder() %>%
bb_donutchart(data = stars, title = "Stars")
# }
Run the code above in your browser using DataLab