has_rows.Rd
Check if the data frame has rows after filtering
has_rows(df, ...)
A data frame to check for row count after applying conditions.
Conditions for filtering the data frame.
Logical: TRUE if the data frame has rows, FALSE otherwise.