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.


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.