79278255

Date: 2024-12-13 12:09:47
Score: 0.5
Natty:
Report link
age_1015 <- table_1015 %>%
  count(year, age, wt = weight, name = "count") %>%
  mutate(proportion = count / sum(count))

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Moses