is_cell_empty {tab2xml} | R 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'.
[Package tab2xml version 1.1.0 Index]