getName {IMPCdata}R Documentation

Method "getName"

Description

Returns IMPC object name by its ID. An internal function, if called directly please use with caution.

Usage

    getName(fieldNameFrom,fieldNameTo,fieldValueFrom)

Arguments

fieldNameFrom

name of the IMPC field for the object ID; mandatory argument

fieldNameTo

name of the IMPC field for the object name; mandatory argument

fieldValueFrom

actual IMPC object's ID to get the name for; mandatory argument

Value

Returns name of the object.

Author(s)

Natalja Kurbatova, Jeremy Mason

Examples

   getName("pipeline_stable_id","pipeline_name","MGP_001")

[Package IMPCdata version 1.30.0 Index]