Learn R Programming

IMPCdata (version 1.6.0)

getName: 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.

Examples

Run this code
   getName("pipeline_stable_id","pipeline_name","MGP_001")

Run the code above in your browser using DataLab