Learn R Programming

FlowRepositoryR (version 1.4.0)

listKnownIlarCodes: List all known ILAR codes.

Description

This function returns a vector of ILAR codes of all IMPC centers stored in an internal database.

Usage

listKnownIlarCodes()

Arguments

Value

An vector of class character containing a ILAR codes of IMPC centers known to this library.

Details

ILAR codes of IMPC centers are stored in an internal database (environment serving as a hash table), which is used to provide the results of this function.

See Also

ilarCodeDescription

Examples

Run this code
    ## Checking internal dictionary
    ## Codes are case sensitive
    listKnownIlarCodes()
    ilarCodeDescription(listKnownIlarCodes())

Run the code above in your browser using DataLab