79779175

Date: 2025-09-30 13:55:47
Score: 1
Natty:
Report link

you actually don't need to use the piping operator at all. The table function allows for logical indexing.

table(iris$Species == 'setosa' & iris$Sepal.Length >= 5.7)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jclifto8