Description Function to create and color achievement circles. The circles are placed next to the most recent achievement level in the main MDB table.
See also
Other MDB helper functions:
calc_growth()
,
format_indicator()
,
label_aggregation()
,
make_chg_shape()
Examples
if (FALSE) {
achv_circle(glitr::scooter) %>% htmltools::html_print()
df %>% mutate(achv_color = achv_circle(achv_color)) }