library(tidyverse)
#> Warning: package 'tidyverse' was built under R version 4.0.2
count(diamonds, colour)
#> Error: Must group by variables found in `.data`.
#> * Column `colour` is not found.

Created on 2020-11-20 by the reprex package (v0.3.0)