Skip to contents

Assert Object is a Dataframe with at least one row of data

Usage

assert_dataframe_with_data(.data)

Arguments

.data

A Dataframe.

Value

If successful, returns .data invisibly otherwise throws an error.

Examples

assert_dataframe_with_data(mtcars)