powered by
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 (`""`).
is_cell_empty(cell)
`TRUE` if the cell is empty (`NA` or `""`), otherwise `FALSE`.
A single value from a dataframe.