Learn R Programming

validata (version 0.1.0)

confirm_overlap_internal: 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

Run this code
# NOT RUN {
confirm_overlap(iris$Sepal.Width, iris$Sepal.Length)
# }

Run the code above in your browser using DataLab