get number of elements after filtering in dplyr using length()
Using mtcars dataset, i want to count ow many cars in this data set have at least 6 cylinders (cyl).
Using mtcars dataset, i want to count ow many cars in this data set have at least 6 cylinders (cyl).