column_matches_exact | R Documentation |
Helper to find the names of columns of a data.frame that contain exactly all the elements of an input column
column_matches_exact(df, col)
df |
A data.frame whose columns we want to match to some query column. |
col |
Vector of values which will be compared to a column in df. |
vector of column names of df that contain exactly all the elements of the input column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.