is_not_empty: Check that a dataframe is not empty

View source: R/utils.R

is_not_emptyR Documentation

Check that a dataframe is not empty

Description

Check that a dataframe is not empty

Usage

is_not_empty(df)

Arguments

df

dataframe.

Value

This function returns a boolean that is equal to TRUE if the dataframe contains at least 1 row and 1 column.


SwissTPH/timci documentation built on April 11, 2024, 8:31 a.m.