is_dataframe_with_data.Rd
Test if Object is a Dataframe with at least one row of data
is_dataframe_with_data(.data)
A Dataframe.
a Bool, TRUE if object is a Dataframe and FALSEif the object is not a Dataframe.
TRUE
FALSE
is_dataframe_with_data(mtcars) #> [1] TRUE