ef_overlap: Check Vector Overlap

Description Usage Arguments Examples

View source: R/utils.R

Description

Will return overlapping or non overlapping variables

Usage

1
ef_overlap(vec1, vec2, in_out = "Out")

Arguments

vec1

first vector

vec2

second vector

in_out

Out will return non matching and In will return matching

Examples

1
2
3
4
5
6
7
## Not run: 

ef_overlap(c(1:10),c(7:15),'Out')
ef_overlap(c(1:10),c(7:15),'In')


## End(Not run)

exploringfinance/efutils documentation built on Jan. 2, 2022, 4:26 a.m.