Learn R Programming

climatehealth (version 1.0.0)

check_empty_dataframe: Check if a dataframe is empty.

Description

Checks if a dataframe is empty, and raises an error if it is.

Usage

check_empty_dataframe(df)

Value

NULL. No return if the dataframe is not empty.

Arguments

df

Dataframe. The dataframe to check.