View source: R/is_col_present.R
is_col_present | R Documentation |
m2c2R
is_col_present(data, colname)
data |
Name of a tibble or data frame |
colname |
Name of a column to check for, in quotes ("participant_id") |
This function checks whether a given column (colname) is in the specified data frame or tibble.
Returns TRUE/FALSE.
Nelson Roque, Nelson.Roque@ucf.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.