vectorSeqOverlap: Get the number of commong elements among the top n elements...

Description Usage Arguments Value

View source: R/misc.R

Description

Get the number of commong elements among the top n elements of two character vectors where n varies between a specified range

Usage

1
vectorSeqOverlap(itemsA, itemsB, start = 1, seq_end = NULL)

Arguments

itemsA

character vector A

itemsB

character vector B

start

start of overlap sequence

seq_end

end of overlap sequence, if NULL up to the size of the smallest of the two lists (default: NULL)

Value

dataframe with two columns


barkasn/nbHelpers documentation built on Oct. 10, 2020, 9:46 p.m.