4

I'm trying to do a very simple count using the following code:

Bar_data_TEST <- Bar_data %>%
  group_by(metric) %>%
  summarise(n = n())

but keep getting the above error and I have no idea why - any ideas?

user14142459
  • 79
  • 1
  • 2
  • 6

0 Answers0