Match inside nested elements
matchNested.Rd
Match inside nested elements
Usage
matchNested(x, table, ..., keep_duplicates = FALSE)
# S4 method for class 'character,list'
matchNested(x, table, keep_duplicates)
# S4 method for class 'numeric,list'
matchNested(x, table, keep_duplicates)
# S4 method for class 'character,data.table'
matchNested(x, table, keep_duplicates)
# S4 method for class 'numeric,data.table'
matchNested(x, table, keep_duplicates)
# S4 method for class 'character,data.frame'
matchNested(x, table, keep_duplicates)
# S4 method for class 'character,data.frame'
matchNested(x, table, keep_duplicates)