listKnownIlarCodes {FlowRepositoryR}R Documentation

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()

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.

Value

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

Author(s)

Josef Spidlen

See Also

ilarCodeDescription

Examples

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

[Package FlowRepositoryR version 1.22.0 Index]