Skip to contents

Check if the data frame has rows after filtering

Usage

has_rows(df, ...)

Arguments

df

A data frame to check for row count after applying conditions.

...

Conditions for filtering the data frame.

Value

Logical: TRUE if the data frame has rows, FALSE otherwise.