confirm_overlap_internal {validata} | R Documentation |
Confirm Overlap internal
Description
A venn style summary of the overlap in unique values of 2 vectors
Usage
confirm_overlap_internal(vec1, vec2)
Arguments
vec1 |
vector 1 |
vec2 |
vector 2 |
Value
1 row tibble
Examples
confirm_overlap(iris$Sepal.Width, iris$Sepal.Length)
[Package validata version 0.1.0 Index]