matchkeep: matchkeep

View source: R/matchkeep.R

matchkeepR Documentation

matchkeep

Description

This function looks at a row/column, determines if a given element has a match in a master list, and keeps the row/column if it does.

Usage

  matchkeep(x,names_to_keep, element)

Arguments

x

row/column vector

names_to_keep

master list to match to.

element

which element to attempt to match with

Value

x if match, NULL if no match

Author(s)

Christoph Rau

See Also

GSAA,calculateIncidenceTable


ChristophRau/GSAA documentation built on March 2, 2023, 5:29 a.m.