is_cell_empty | R Documentation |
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)
cell |
A single value from a dataframe. |
'TRUE' if the cell is empty ('NA' or '""'), otherwise 'FALSE'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.