get.value: get.value

View source: R/Utilities.R

get.valueR Documentation

get.value

Description

a lookup function to match an ID and return the matching values

Usage

get.value(id, lookupvector)

Arguments

id

a character-string you want to match on

lookupvector

a named vector you will search for your id

Details

This one needs more documentation. I don't remember what it returns as I wrote it a long time ago. Could be a vector of matching values, or could be a vector of positions you can then filter the lookupvector on to return the values.


oberstal/pfGO documentation built on April 22, 2024, 7:15 a.m.