matchSet: Determines the index where an item appears

View source: R/utils.R

matchSetR Documentation

Determines the index where an item appears

Description

Determines the index where an item appears

Usage

matchSet(x, table)

Arguments

x

the item to find

table

the object to search

Value

the index of where the item appears, or -1 if it isn't present


jmvcore documentation built on Aug. 15, 2023, 9:07 a.m.

Related to matchSet in jmvcore...