View source: R/utils-dataframe.R
is_col_present | R Documentation |
Check for existence of a set of columns in a dataframe
is_col_present(df, ...)
df |
a dataframe to test |
... |
the column names (unquoted) |
TRUE if the columns are all there, false otherwise
is_col_present(iris, Species, Petal.Width)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.