.column_exists | R Documentation |
Verifies if a specified column exists in the data frame
.column_exists(data, column_name)
data |
data.frame. A data frame to check |
column_name |
character. The name of the column to look for |
logical. TRUE if the column exists, FALSE otherwise
Facundo Decunta - fdecunta@agro.uba.ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.