79756281

Date: 2025-09-04 22:46:21
Score: 1
Natty:
Report link

Here is another way to do it using double bangs as a prefix to the variable and converting the data type to a df symbo

mtcars %>% 
  select(var) %>% 
  group_by(!! as.name(var)) %>% 
  tally()
  #summarise(n 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aaron Mak