Skip to contents

Test if Object is a Dataframe with at least one row of data

Usage

is_dataframe_with_data(.data)

Arguments

.data

A Dataframe.

Value

a Bool, TRUE if object is a Dataframe and FALSEif the object is not a Dataframe.

Examples

is_dataframe_with_data(mtcars)
#> [1] TRUE