all()
Functions in R – The functions all() and any():
The function all() is designed to test a vector or a data frame or a variable within a data frame, and make sure all its values follow a certain rule or rules. If all the values obey to this rule or rules, the result will be TRUE, otherwise the result Read more…
