Learn R Programming

tfse (version 0.5.0)

this_in_that: Where is this in that?

Description

Looks up (matches) the position of this in that (table)

Usage

this_in_that(this, that, value = NULL)

Arguments

this

Values to look up in that

that

Value positions matched to this

value

Optional, values to be returned rather than the default, which returns positions (integers)