match_row: Returns either a logical vector of indices for which row(s)...

Description Usage Arguments Value

View source: R/match_row.R

Description

Returns either a logical vector of indices for which row(s) in a table match a given vector or rows in a matrix.

Usage

1
match_row(x, table, return_value)

Arguments

x

vector or matrix

table

table in which to search for matches

return_value

one of "index", "logical", or "vector" to return the index of the matching row (possibly of length 0), a logical value indicating whether there is a matching row, or a vector of logicals indicating a match or not.

Value

vector of logicals or indices


fintzij/BDAepimodel documentation built on Sept. 20, 2020, 1:44 p.m.