column_exists | R Documentation |
Mainly used within omics and other functions to check if given column name does exist in the table and is not completely empty (containing NAs).
column_exists(column, table)
column |
A character of length 1. |
table |
A data.table or data.frame. |
A boolean value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.