check_if_in | R Documentation |
Conducts a quick case-insensitive search using %qsin%
of provided column names
and returns TRUE if any of these columns are present in the provided data frame.
check_if_in(cols, df)
cols |
a character vector of column names |
df |
a data.table |
a logical vector
%qsin%
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.