is_cell_empty: Check if a dataframe cell is empty

View source: R/utils.R

is_cell_emptyR Documentation

Check if a dataframe cell is empty

Description

This function checks whether a given cell from a dataframe is empty. A cell is considered empty if it contains 'NA' or an empty string ('""').

Usage

is_cell_empty(cell)

Arguments

cell

A single value from a dataframe.

Value

'TRUE' if the cell is empty ('NA' or '""'), otherwise 'FALSE'.


tab2xml documentation built on April 4, 2025, 12:36 a.m.