noMatch | R Documentation |
Function for identifying which characters in a source vector are present in a target vector. Used to identify which columns don't match in database table and data column names.
noMatch(source_vec, target_vec)
source_vec |
Character vector to check if present in target. |
target_vec |
Character vector to check if source elements are present in. |
Elements of source vector not present in target.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.